Html Css Color HEX #66704D Siam

📋 copy color: '#66704D'

red 102 ◦ green 112 ◦ blue 77

#66704D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #66704D

Tints of Siam #66704D

RGB

 RED value IS 102 (40.23% from 255) = 35.05%

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 35.05%
G = 38.49%
B = 26.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#66704D (or 0x66704D) is known color: Siam. HEX triplet: 66, 70 and 4D. RGB value is (102,112,77). Sum of RGB (Red+Green+Blue) = 102+112+77=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #66704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66704D is #998FB2. Grayscale: #696969. Windows color (decimal): -10063795 or 5075046. OLE color: 5075046.

HSL color Cylindrical-coordinate representation of color #66704D: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66704D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 77 -
CMYK 0.09 0 0.31 0.56
HSL 77.14º 0.19% 0.37% -
HSV(B) 77.14º 0.31% 0.44% -
XYZ 12.61 14.95 9.24 -
YUV 105.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 102 112 77 0.09 0 0.31 0.56 77.14 0.19 0.37
Hex 66 70 4D 9 0 1F 38 4D 13 25
Octal 146 160 115 11 0 37 70 115 23 45
Binary 1100110 1110000 1001101 1001 0 11111 111000 1001101 10011 100101

Color Harmonies of #66704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66704D

Black with #66704D

Text Example


Text Example

White with #66704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66704D; }

 p { color: rgb(102,112,77); }

 H1.HeaderClassName
 {
   color: #66704D;
 }
 .AnyTagClassName
 {
   color: #66704D;
 }
</style>

background-color css

<style>
 a { background-color: #66704D; }

 a { background-color: rgb(102,112,77); }

 div.DivClassName
 {
   background-color: #66704D;
 }
 .BgClassName
 {
   background-color: #66704D;
 }
</style>

border-color css

<style>
 span { border-color: #66704D; }

 span { border-color: rgb(102,112,77); }

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