#60624A

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

Shades of Woodland #60624A

Tints of Woodland #60624A

Color information

#60624A (or 0x60624A) is unknown color: approx Woodland. HEX triplet: 60, 62 and 4A. RGB value is (96,98,74). Sum of RGB (Red+Green+Blue) = 96+98+74=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #60624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60624A is #9F9DB5. Grayscale: #5E5E5E. Windows color (decimal): -10460598 or 4874848. OLE color: 4874848.

HSL color Cylindrical-coordinate representation of color #60624A: hue angle of 65º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60624A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB969874-
CMYK0.0200.240.62
HSL65º13.95%33.73%-
HSV(B)65º24.49%38.43%-
XYZ10.4311.728.19-
YUV94.67116.34128.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=35.82%
G=36.57%
B=27.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698740.0200.240.626513.9533.73
Hex60624A20183E41e22
Octal1401421122030761011642
Binary1100000110001010010101001100011111010000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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