Html Css Color HEX #606944 Woodland

📋 copy color: '#606944'

red 96 ◦ green 105 ◦ blue 68

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

Shades of Woodland #606944

Tints of Woodland #606944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 35.69%
G = 39.03%
B = 25.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#606944 (or 0x606944) is known color: Woodland. HEX triplet: 60, 69 and 44. RGB value is (96,105,68). Sum of RGB (Red+Green+Blue) = 96+105+68=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #606944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606944 is #9F96BB. Grayscale: #626262. Windows color (decimal): -10458812 or 4483424. OLE color: 4483424.

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

Color convert

RGB 96 105 68 -
CMYK 0.09 0 0.35 0.59
HSL 74.59º 0.21% 0.34% -
HSV(B) 74.59º 0.35% 0.41% -
XYZ 10.92 13.01 7.4 -
YUV 98.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 96 105 68 0.09 0 0.35 0.59 74.59 0.21 0.34
Hex 60 69 44 9 0 23 3B 4B 15 22
Octal 140 151 104 11 0 43 73 113 25 42
Binary 1100000 1101001 1000100 1001 0 100011 111011 1001011 10101 100010

Color Harmonies of #606944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606944

Black with #606944

Text Example


Text Example

White with #606944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606944; }

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

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

background-color css

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

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

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

border-color css

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

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

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