#71754C

Color #71754C Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #71754C

Tints of Siam #71754C

Color information

#71754C (or 0x71754C) is unknown color: approx Siam. HEX triplet: 71, 75 and 4C. RGB value is (113,117,76). Sum of RGB (Red+Green+Blue) = 113+117+76=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #71754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71754C is #8E8AB3. Grayscale: #6F6F6F. Windows color (decimal): -9341620 or 5010801. OLE color: 5010801.

HSL color Cylindrical-coordinate representation of color #71754C: hue angle of 65.85º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71754C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11311776-
CMYK0.0300.350.54
HSL65.85º21.24%37.84%-
HSV(B)65.85º35.04%45.88%-
XYZ14.4816.769.31-
YUV111.13108.17129.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=36.93%
G=38.24%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117760.0300.350.5465.8521.2437.84
Hex71754C302336421526
Octal1611651143043661022546
Binary111000111101011001100110100011110110100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71754C; }

 p { color: rgb(113,117,76); }

 H1.HeaderClassName
 {
   color: #71754C;
 }
 .AnyTagClassName
 {
   color: #71754C;
 }
</style>
background-color css

<style>
 a { background-color: #71754C; }

 a { background-color: rgb(113,117,76); }

 div.DivClassName
 {
   background-color: #71754C;
 }
 .BgClassName
 {
   background-color: #71754C;
 }
</style>
border-color css

<style>
 span { border-color: #71754C; }

 span { border-color: rgb(113,117,76); }

 td.TdClassName
 {
   border-color: #71754C;
 }
 .TagClassName
 {
   border-color: #71754C;
 }
</style>