Html Css Color HEX #666842 Woodland

📋 copy color: '#666842'

red 102 ◦ green 104 ◦ blue 66

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

Shades of Woodland #666842

Tints of Woodland #666842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 37.5%
G = 38.24%
B = 24.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#666842 (or 0x666842) is known color: Woodland. HEX triplet: 66, 68 and 42. RGB value is (102,104,66). Sum of RGB (Red+Green+Blue) = 102+104+66=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #666842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666842 is #9997BD. Grayscale: #636363. Windows color (decimal): -10065854 or 4352102. OLE color: 4352102.

HSL color Cylindrical-coordinate representation of color #666842: hue angle of 63.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666842 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 66 -
CMYK 0.02 0 0.37 0.59
HSL 63.16º 0.22% 0.33% -
HSV(B) 63.16º 0.37% 0.41% -
XYZ 11.41 13.12 7.08 -
YUV 99.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 102 104 66 0.02 0 0.37 0.59 63.16 0.22 0.33
Hex 66 68 42 2 0 25 3B 3F 16 21
Octal 146 150 102 2 0 45 73 77 26 41
Binary 1100110 1101000 1000010 10 0 100101 111011 111111 10110 100001

Color Harmonies of #666842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666842

Black with #666842

Text Example


Text Example

White with #666842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666842; }

 p { color: rgb(102,104,66); }

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

background-color css

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

 a { background-color: rgb(102,104,66); }

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

border-color css

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

 span { border-color: rgb(102,104,66); }

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