Html Css Color HEX #606941 Woodland

📋 copy color: '#606941'

red 96 ◦ green 105 ◦ blue 65

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

Shades of Woodland #606941

Tints of Woodland #606941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 36.09%
G = 39.47%
B = 24.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#606941 (or 0x606941) is known color: Woodland. HEX triplet: 60, 69 and 41. RGB value is (96,105,65). Sum of RGB (Red+Green+Blue) = 96+105+65=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #606941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606941 is #9F96BE. Grayscale: #616161. Windows color (decimal): -10458815 or 4286816. OLE color: 4286816.

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

Color convert

RGB 96 105 65 -
CMYK 0.09 0 0.38 0.59
HSL 73.5º 0.24% 0.33% -
HSV(B) 73.5º 0.38% 0.41% -
XYZ 10.83 12.97 6.93 -
YUV 97.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 96 105 65 0.09 0 0.38 0.59 73.5 0.24 0.33
Hex 60 69 41 9 0 26 3B 4A 18 21
Octal 140 151 101 11 0 46 73 112 30 41
Binary 1100000 1101001 1000001 1001 0 100110 111011 1001010 11000 100001

Color Harmonies of #606941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606941

Black with #606941

Text Example


Text Example

White with #606941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606941; }

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

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

background-color css

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

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

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

border-color css

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

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

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