#60403E

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

Shades of Woody Brown #60403E

Tints of Woody Brown #60403E

Color information

#60403E (or 0x60403E) is unknown color: approx Woody Brown. HEX triplet: 60, 40 and 3E. RGB value is (96,64,62). Sum of RGB (Red+Green+Blue) = 96+64+62=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60403E is #9FBFC1. Grayscale: #494949. Windows color (decimal): -10469314 or 4079712. OLE color: 4079712.

HSL color Cylindrical-coordinate representation of color #60403E: hue angle of 3.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60403E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB966462-
CMYK00.330.350.62
HSL3.53º21.52%30.98%-
HSV(B)3.53º35.42%37.65%-
XYZ7.536.55.42-
YUV73.34121.6144.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=43.24%
G=28.83%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96646200.330.350.623.5321.5230.98
Hex60403E021233E4161f
Octal14010076041437642637
Binary1100000100000011111001000011000111111101001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,64,62); }

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

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

 a { background-color: rgb(96,64,62); }

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

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

 span { border-color: rgb(96,64,62); }

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