#606948

Color #606948 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #606948

Tints of Woodland #606948

Color information

#606948 (or 0x606948) is unknown color: approx 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

RGB9610572-
CMYK0.0900.310.59
HSL76.36º18.64%34.71%-
HSV(B)76.36º31.43%41.18%-
XYZ11.0513.068.07-
YUV98.55113.02126.18-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105720.0900.310.5976.3618.6434.71
Hex606948901F3B4c1323
Octal14015111011037731142343
Binary1100000110100110010001001011111111011100110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>