Html Css Color HEX #606241 Woodland

📋 copy color: '#606241'

red 96 ◦ green 98 ◦ blue 65

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

Shades of Woodland #606241

Tints of Woodland #606241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 37.07%
G = 37.84%
B = 25.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#606241 (or 0x606241) is known color: Woodland. HEX triplet: 60, 62 and 41. RGB value is (96,98,65). Sum of RGB (Red+Green+Blue) = 96+98+65=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #606241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606241 is #9F9DBE. Grayscale: #5D5D5D. Windows color (decimal): -10460607 or 4285024. OLE color: 4285024.

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

Color convert

RGB 96 98 65 -
CMYK 0.02 0 0.34 0.62
HSL 63.64º 0.2% 0.32% -
HSV(B) 63.64º 0.34% 0.38% -
XYZ 10.15 11.6 6.71 -
YUV 93.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 96 98 65 0.02 0 0.34 0.62 63.64 0.2 0.32
Hex 60 62 41 2 0 22 3E 40 14 20
Octal 140 142 101 2 0 42 76 100 24 40
Binary 1100000 1100010 1000001 10 0 100010 111110 1000000 10100 100000

Color Harmonies of #606241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606241

Black with #606241

Text Example


Text Example

White with #606241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606241; }

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

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

background-color css

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

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

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

border-color css

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

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

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