#60654B

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

Shades of Woodland #60654B

Tints of Woodland #60654B

Color information

#60654B (or 0x60654B) is unknown color: approx Woodland. HEX triplet: 60, 65 and 4B. RGB value is (96,101,75). Sum of RGB (Red+Green+Blue) = 96+101+75=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #60654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60654B is #9F9AB4. Grayscale: #606060. Windows color (decimal): -10459829 or 4941152. OLE color: 4941152.

HSL color Cylindrical-coordinate representation of color #60654B: hue angle of 71.54º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60654B is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB9610175-
CMYK0.0500.260.60
HSL71.54º14.77%34.51%-
HSV(B)71.54º25.74%39.61%-
XYZ10.7512.38.46-
YUV96.54115.84127.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=35.29%
G=37.13%
B=27.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101750.0500.260.6071.5414.7734.51
Hex60654B501A3C48f23
Octal1401451135032741101743
Binary11000001100101100101110101101011110010010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60654B; }

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

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

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

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

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

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

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

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