Html Css Color HEX #606148 Woodland

📋 copy color: '#606148'

red 96 ◦ green 97 ◦ blue 72

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

Shades of Woodland #606148

Tints of Woodland #606148

RGB

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

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

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

R = 36.23%
G = 36.6%
B = 27.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#606148 (or 0x606148) is known color: Woodland. HEX triplet: 60, 61 and 48. RGB value is (96,97,72). Sum of RGB (Red+Green+Blue) = 96+97+72=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #606148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606148 is #9F9EB7. Grayscale: #5D5D5D. Windows color (decimal): -10460856 or 4743520. OLE color: 4743520.

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

Color convert

RGB 96 97 72 -
CMYK 0.01 0 0.26 0.62
HSL 62.4º 0.15% 0.33% -
HSV(B) 62.4º 0.26% 0.38% -
XYZ 10.27 11.5 7.81 -
YUV 93.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 96 97 72 0.01 0 0.26 0.62 62.4 0.15 0.33
Hex 60 61 48 1 0 1A 3E 3E F 21
Octal 140 141 110 1 0 32 76 76 17 41
Binary 1100000 1100001 1001000 1 0 11010 111110 111110 1111 100001

Color Harmonies of #606148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606148

Black with #606148

Text Example


Text Example

White with #606148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606148; }

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

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

background-color css

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

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

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

border-color css

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

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

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