Html Css Color HEX #66704B Woodland

📋 copy color: '#66704B'

red 102 ◦ green 112 ◦ blue 75

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

Shades of Woodland #66704B

Tints of Woodland #66704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 35.29%
G = 38.75%
B = 25.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#66704B (or 0x66704B) is known color: Woodland. HEX triplet: 66, 70 and 4B. RGB value is (102,112,75). Sum of RGB (Red+Green+Blue) = 102+112+75=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #66704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66704B is #998FB4. Grayscale: #686868. Windows color (decimal): -10063797 or 4943974. OLE color: 4943974.

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

Color convert

RGB 102 112 75 -
CMYK 0.09 0 0.33 0.56
HSL 76.22º 0.2% 0.37% -
HSV(B) 76.22º 0.33% 0.44% -
XYZ 12.54 14.92 8.88 -
YUV 104.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 102 112 75 0.09 0 0.33 0.56 76.22 0.2 0.37
Hex 66 70 4B 9 0 21 38 4C 14 25
Octal 146 160 113 11 0 41 70 114 24 45
Binary 1100110 1110000 1001011 1001 0 100001 111000 1001100 10100 100101

Color Harmonies of #66704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66704B

Black with #66704B

Text Example


Text Example

White with #66704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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