#60654A

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

Shades of Woodland #60654A

Tints of Woodland #60654A

Color information

#60654A (or 0x60654A) is unknown color: approx Woodland. HEX triplet: 60, 65 and 4A. RGB value is (96,101,74). Sum of RGB (Red+Green+Blue) = 96+101+74=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #60654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60654A is #9F9AB5. Grayscale: #606060. Windows color (decimal): -10459830 or 4875616. OLE color: 4875616.

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

Color convert

RGB9610174-
CMYK0.0500.270.60
HSL71.11º15.43%34.31%-
HSV(B)71.11º26.73%39.61%-
XYZ10.7112.298.29-
YUV96.43115.34127.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=35.42%
G=37.27%
B=27.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101740.0500.270.6071.1115.4334.31
Hex60654A501B3C47f22
Octal1401451125033741071742
Binary11000001100101100101010101101111110010001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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