#60644A

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

Shades of Woodland #60644A

Tints of Woodland #60644A

Color information

#60644A (or 0x60644A) is unknown color: approx Woodland. HEX triplet: 60, 64 and 4A. RGB value is (96,100,74). Sum of RGB (Red+Green+Blue) = 96+100+74=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #60644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60644A is #9F9BB5. Grayscale: #5F5F5F. Windows color (decimal): -10460086 or 4875360. OLE color: 4875360.

HSL color Cylindrical-coordinate representation of color #60644A: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60644A is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB9610074-
CMYK0.0400.260.61
HSL69.23º14.94%34.12%-
HSV(B)69.23º26%39.22%-
XYZ10.6212.18.25-
YUV95.84115.67128.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=35.56%
G=37.04%
B=27.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100740.0400.260.6169.2314.9434.12
Hex60644A401A3D45f22
Octal1401441124032751051742
Binary11000001100100100101010001101011110110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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