#66714F

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

Shades of Siam #66714F

Tints of Siam #66714F

Color information

#66714F (or 0x66714F) is unknown color: approx Siam. HEX triplet: 66, 71 and 4F. RGB value is (102,113,79). Sum of RGB (Red+Green+Blue) = 102+113+79=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #66714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66714F is #998EB0. Grayscale: #696969. Windows color (decimal): -10063537 or 5206374. OLE color: 5206374.

HSL color Cylindrical-coordinate representation of color #66714F: hue angle of 79.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66714F is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10211379-
CMYK0.1000.300.56
HSL79.41º17.71%37.65%-
HSV(B)79.41º30.09%44.31%-
XYZ12.815.29.66-
YUV105.84112.86125.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=34.69%
G=38.44%
B=26.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113790.1000.300.5679.4117.7137.65
Hex66714FA01E384f1226
Octal14616111712036701172246
Binary1100110111000110011111010011110111000100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66714F; }

 p { color: rgb(102,113,79); }

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

<style>
 a { background-color: #66714F; }

 a { background-color: rgb(102,113,79); }

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

<style>
 span { border-color: #66714F; }

 span { border-color: rgb(102,113,79); }

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