#60403F

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

Shades of Woody Brown #60403F

Tints of Woody Brown #60403F

Color information

#60403F (or 0x60403F) is unknown color: approx Woody Brown. HEX triplet: 60, 40 and 3F. RGB value is (96,64,63). Sum of RGB (Red+Green+Blue) = 96+64+63=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60403F is #9FBFC0. Grayscale: #494949. Windows color (decimal): -10469313 or 4145248. OLE color: 4145248.

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

Color convert

RGB966463-
CMYK00.330.340.62
HSL1.82º20.75%31.18%-
HSV(B)1.82º34.38%37.65%-
XYZ7.556.515.56-
YUV73.45122.1144.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 63 (25% from 255) = 28.25%
R=43.05%
G=28.70%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96646300.330.340.621.8220.7531.18
Hex60403F021223E2151f
Octal14010077041427622537
Binary110000010000001111110100001100010111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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