#60654E

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

Shades of Woodland #60654E

Tints of Woodland #60654E

Color information

#60654E (or 0x60654E) is unknown color: approx Woodland. HEX triplet: 60, 65 and 4E. RGB value is (96,101,78). Sum of RGB (Red+Green+Blue) = 96+101+78=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #60654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60654E is #9F9AB1. Grayscale: #606060. Windows color (decimal): -10459826 or 5137760. OLE color: 5137760.

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

Color convert

RGB9610178-
CMYK0.0500.230.60
HSL73.04º12.85%35.1%-
HSV(B)73.04º22.77%39.61%-
XYZ10.8512.349.02-
YUV96.88117.34127.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=34.91%
G=36.73%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101780.0500.230.6073.0412.8535.1
Hex60654E50173C49d23
Octal1401451165027741111543
Binary11000001100101100111010101011111110010010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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