Html Css Color HEX #606248 Woodland

📋 copy color: '#606248'

red 96 ◦ green 98 ◦ blue 72

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

Shades of Woodland #606248

Tints of Woodland #606248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 36.09%
G = 36.84%
B = 27.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#606248 (or 0x606248) is known color: Woodland. HEX triplet: 60, 62 and 48. RGB value is (96,98,72). Sum of RGB (Red+Green+Blue) = 96+98+72=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #606248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606248 is #9F9DB7. Grayscale: #5E5E5E. Windows color (decimal): -10460600 or 4743776. OLE color: 4743776.

HSL color Cylindrical-coordinate representation of color #606248: hue angle of 64.62º 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 #606248 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 72 -
CMYK 0.02 0 0.27 0.62
HSL 64.62º 0.15% 0.33% -
HSV(B) 64.62º 0.27% 0.38% -
XYZ 10.36 11.69 7.84 -
YUV 94.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 96 98 72 0.02 0 0.27 0.62 64.62 0.15 0.33
Hex 60 62 48 2 0 1B 3E 41 F 21
Octal 140 142 110 2 0 33 76 101 17 41
Binary 1100000 1100010 1001000 10 0 11011 111110 1000001 1111 100001

Color Harmonies of #606248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606248

Black with #606248

Text Example


Text Example

White with #606248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606248; }

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

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

background-color css

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

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

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

border-color css

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

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

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