Html Css Color HEX #606147 Woodland

📋 copy color: '#606147'

red 96 ◦ green 97 ◦ blue 71

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

Shades of Woodland #606147

Tints of Woodland #606147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 36.36%
G = 36.74%
B = 26.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#606147 (or 0x606147) is known color: Woodland. HEX triplet: 60, 61 and 47. RGB value is (96,97,71). Sum of RGB (Red+Green+Blue) = 96+97+71=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #606147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606147 is #9F9EB8. Grayscale: #5D5D5D. Windows color (decimal): -10460857 or 4677984. OLE color: 4677984.

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

Color convert

RGB 96 97 71 -
CMYK 0.01 0 0.27 0.62
HSL 62.31º 0.15% 0.33% -
HSV(B) 62.31º 0.27% 0.38% -
XYZ 10.24 11.49 7.64 -
YUV 93.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 96 97 71 0.01 0 0.27 0.62 62.31 0.15 0.33
Hex 60 61 47 1 0 1B 3E 3E F 21
Octal 140 141 107 1 0 33 76 76 17 41
Binary 1100000 1100001 1000111 1 0 11011 111110 111110 1111 100001

Color Harmonies of #606147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606147

Black with #606147

Text Example


Text Example

White with #606147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606147; }

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

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

background-color css

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

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

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

border-color css

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

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

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