Html Css Color HEX #606247 Woodland

📋 copy color: '#606247'

red 96 ◦ green 98 ◦ blue 71

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

Shades of Woodland #606247

Tints of Woodland #606247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 36.23%
G = 36.98%
B = 26.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#606247 (or 0x606247) is known color: Woodland. HEX triplet: 60, 62 and 47. RGB value is (96,98,71). Sum of RGB (Red+Green+Blue) = 96+98+71=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #606247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606247 is #9F9DB8. Grayscale: #5E5E5E. Windows color (decimal): -10460601 or 4678240. OLE color: 4678240.

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

Color convert

RGB 96 98 71 -
CMYK 0.02 0 0.28 0.62
HSL 64.44º 0.16% 0.33% -
HSV(B) 64.44º 0.28% 0.38% -
XYZ 10.33 11.68 7.67 -
YUV 94.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 96 98 71 0.02 0 0.28 0.62 64.44 0.16 0.33
Hex 60 62 47 2 0 1C 3E 40 10 21
Octal 140 142 107 2 0 34 76 100 20 41
Binary 1100000 1100010 1000111 10 0 11100 111110 1000000 10000 100001

Color Harmonies of #606247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606247

Black with #606247

Text Example


Text Example

White with #606247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606247; }

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

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

background-color css

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

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

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

border-color css

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

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

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