Html Css Color HEX #606948 Woodland

📋 copy color: '#606948'

red 96 ◦ green 105 ◦ blue 72

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

Shades of Woodland #606948

Tints of Woodland #606948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 35.16%
G = 38.46%
B = 26.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#606948 (or 0x606948) is known color: Woodland. HEX triplet: 60, 69 and 48. RGB value is (96,105,72). Sum of RGB (Red+Green+Blue) = 96+105+72=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #606948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606948 is #9F96B7. Grayscale: #626262. Windows color (decimal): -10458808 or 4745568. OLE color: 4745568.

HSL color Cylindrical-coordinate representation of color #606948: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606948 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 72 -
CMYK 0.09 0 0.31 0.59
HSL 76.36º 0.19% 0.35% -
HSV(B) 76.36º 0.31% 0.41% -
XYZ 11.05 13.06 8.07 -
YUV 98.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 96 105 72 0.09 0 0.31 0.59 76.36 0.19 0.35
Hex 60 69 48 9 0 1F 3B 4C 13 23
Octal 140 151 110 11 0 37 73 114 23 43
Binary 1100000 1101001 1001000 1001 0 11111 111011 1001100 10011 100011

Color Harmonies of #606948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606948

Black with #606948

Text Example


Text Example

White with #606948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606948; }

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

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

background-color css

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

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

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

border-color css

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

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

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