Html Css Color HEX #606846 Woodland

📋 copy color: '#606846'

red 96 ◦ green 104 ◦ blue 70

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

Shades of Woodland #606846

Tints of Woodland #606846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 35.56%
G = 38.52%
B = 25.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#606846 (or 0x606846) is known color: Woodland. HEX triplet: 60, 68 and 46. RGB value is (96,104,70). Sum of RGB (Red+Green+Blue) = 96+104+70=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #606846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606846 is #9F97B9. Grayscale: #616161. Windows color (decimal): -10459066 or 4614240. OLE color: 4614240.

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

Color convert

RGB 96 104 70 -
CMYK 0.08 0 0.33 0.59
HSL 74.12º 0.2% 0.34% -
HSV(B) 74.12º 0.33% 0.41% -
XYZ 10.88 12.83 7.7 -
YUV 97.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 96 104 70 0.08 0 0.33 0.59 74.12 0.2 0.34
Hex 60 68 46 8 0 21 3B 4A 14 22
Octal 140 150 106 10 0 41 73 112 24 42
Binary 1100000 1101000 1000110 1000 0 100001 111011 1001010 10100 100010

Color Harmonies of #606846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606846

Black with #606846

Text Example


Text Example

White with #606846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606846; }

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

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

background-color css

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

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

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

border-color css

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

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

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