#60624B

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

Shades of Woodland #60624B

Tints of Woodland #60624B

Color information

#60624B (or 0x60624B) is unknown color: approx Woodland. HEX triplet: 60, 62 and 4B. RGB value is (96,98,75). Sum of RGB (Red+Green+Blue) = 96+98+75=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #60624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60624B is #9F9DB4. Grayscale: #5E5E5E. Windows color (decimal): -10460597 or 4940384. OLE color: 4940384.

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

Color convert

RGB969875-
CMYK0.0200.230.62
HSL65.22º13.29%33.92%-
HSV(B)65.22º23.47%38.43%-
XYZ10.4611.738.37-
YUV94.78116.84128.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=35.69%
G=36.43%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698750.0200.230.6265.2213.2933.92
Hex60624B20173E41d22
Octal1401421132027761011542
Binary1100000110001010010111001011111111010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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