Html Css Color HEX #606242 Woodland

📋 copy color: '#606242'

red 96 ◦ green 98 ◦ blue 66

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

Shades of Woodland #606242

Tints of Woodland #606242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 36.92%
G = 37.69%
B = 25.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#606242 (or 0x606242) is known color: Woodland. HEX triplet: 60, 62 and 42. RGB value is (96,98,66). Sum of RGB (Red+Green+Blue) = 96+98+66=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #606242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606242 is #9F9DBD. Grayscale: #5D5D5D. Windows color (decimal): -10460606 or 4350560. OLE color: 4350560.

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

Color convert

RGB 96 98 66 -
CMYK 0.02 0 0.33 0.62
HSL 63.75º 0.2% 0.32% -
HSV(B) 63.75º 0.33% 0.38% -
XYZ 10.17 11.62 6.86 -
YUV 93.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 96 98 66 0.02 0 0.33 0.62 63.75 0.2 0.32
Hex 60 62 42 2 0 21 3E 40 14 20
Octal 140 142 102 2 0 41 76 100 24 40
Binary 1100000 1100010 1000010 10 0 100001 111110 1000000 10100 100000

Color Harmonies of #606242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606242

Black with #606242

Text Example


Text Example

White with #606242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606242; }

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

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

background-color css

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

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

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

border-color css

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

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

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