Html Css Color HEX #606849 Woodland

📋 copy color: '#606849'

red 96 ◦ green 104 ◦ blue 73

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

Shades of Woodland #606849

Tints of Woodland #606849

RGB

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

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

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

R = 35.16%
G = 38.1%
B = 26.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#606849 (or 0x606849) is known color: Woodland. HEX triplet: 60, 68 and 49. RGB value is (96,104,73). Sum of RGB (Red+Green+Blue) = 96+104+73=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #606849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606849 is #9F97B6. Grayscale: #626262. Windows color (decimal): -10459063 or 4810848. OLE color: 4810848.

HSL color Cylindrical-coordinate representation of color #606849: hue angle of 75.48º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606849 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 73 -
CMYK 0.08 0 0.30 0.59
HSL 75.48º 0.18% 0.35% -
HSV(B) 75.48º 0.3% 0.41% -
XYZ 10.98 12.87 8.21 -
YUV 98.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 96 104 73 0.08 0 0.30 0.59 75.48 0.18 0.35
Hex 60 68 49 8 0 1E 3B 4B 12 23
Octal 140 150 111 10 0 36 73 113 22 43
Binary 1100000 1101000 1001001 1000 0 11110 111011 1001011 10010 100011

Color Harmonies of #606849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606849

Black with #606849

Text Example


Text Example

White with #606849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606849; }

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

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

background-color css

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

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

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

border-color css

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

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

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