#606545

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

Shades of Woodland #606545

Tints of Woodland #606545

Color information

#606545 (or 0x606545) is unknown color: approx Woodland. HEX triplet: 60, 65 and 45. RGB value is (96,101,69). Sum of RGB (Red+Green+Blue) = 96+101+69=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #606545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606545 is #9F9ABA. Grayscale: #5F5F5F. Windows color (decimal): -10459835 or 4547936. OLE color: 4547936.

HSL color Cylindrical-coordinate representation of color #606545: hue angle of 69.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606545 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB9610169-
CMYK0.0500.320.60
HSL69.38º18.82%33.33%-
HSV(B)69.38º31.68%39.61%-
XYZ10.5512.227.43-
YUV95.86112.84128.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=36.09%
G=37.97%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101690.0500.320.6069.3818.8233.33
Hex60654550203C451321
Octal1401451055040741052341
Binary1100000110010110001011010100000111100100010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606545; }

 p { color: rgb(96,101,69); }

 H1.HeaderClassName
 {
   color: #606545;
 }
 .AnyTagClassName
 {
   color: #606545;
 }
</style>
background-color css

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

 a { background-color: rgb(96,101,69); }

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

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

 span { border-color: rgb(96,101,69); }

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