Html Css Color HEX #606249 Woodland

📋 copy color: '#606249'

red 96 ◦ green 98 ◦ blue 73

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

Shades of Woodland #606249

Tints of Woodland #606249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 35.96%
G = 36.7%
B = 27.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#606249 (or 0x606249) is known color: Woodland. HEX triplet: 60, 62 and 49. RGB value is (96,98,73). Sum of RGB (Red+Green+Blue) = 96+98+73=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #606249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606249 is #9F9DB6. Grayscale: #5E5E5E. Windows color (decimal): -10460599 or 4809312. OLE color: 4809312.

HSL color Cylindrical-coordinate representation of color #606249: hue angle of 64.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606249 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 73 -
CMYK 0.02 0 0.26 0.62
HSL 64.8º 0.15% 0.34% -
HSV(B) 64.8º 0.26% 0.38% -
XYZ 10.39 11.7 8.01 -
YUV 94.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 96 98 73 0.02 0 0.26 0.62 64.8 0.15 0.34
Hex 60 62 49 2 0 1A 3E 41 F 22
Octal 140 142 111 2 0 32 76 101 17 42
Binary 1100000 1100010 1001001 10 0 11010 111110 1000001 1111 100010

Color Harmonies of #606249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606249

Black with #606249

Text Example


Text Example

White with #606249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606249; }

 p { color: rgb(96,98,73); }

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

background-color css

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

 a { background-color: rgb(96,98,73); }

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

border-color css

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

 span { border-color: rgb(96,98,73); }

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