Html Css Color HEX #606942 Woodland

📋 copy color: '#606942'

red 96 ◦ green 105 ◦ blue 66

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

Shades of Woodland #606942

Tints of Woodland #606942

RGB

 RED value IS 96 (37.89% from 255) = 35.96%

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 35.96%
G = 39.33%
B = 24.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#606942 (or 0x606942) is known color: Woodland. HEX triplet: 60, 69 and 42. RGB value is (96,105,66). Sum of RGB (Red+Green+Blue) = 96+105+66=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #606942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606942 is #9F96BD. Grayscale: #626262. Windows color (decimal): -10458814 or 4352352. OLE color: 4352352.

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

Color convert

RGB 96 105 66 -
CMYK 0.09 0 0.37 0.59
HSL 73.85º 0.23% 0.34% -
HSV(B) 73.85º 0.37% 0.41% -
XYZ 10.86 12.98 7.09 -
YUV 97.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 96 105 66 0.09 0 0.37 0.59 73.85 0.23 0.34
Hex 60 69 42 9 0 25 3B 4A 17 22
Octal 140 151 102 11 0 45 73 112 27 42
Binary 1100000 1101001 1000010 1001 0 100101 111011 1001010 10111 100010

Color Harmonies of #606942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606942

Black with #606942

Text Example


Text Example

White with #606942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606942; }

 p { color: rgb(96,105,66); }

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

background-color css

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

 a { background-color: rgb(96,105,66); }

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

border-color css

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

 span { border-color: rgb(96,105,66); }

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