#60483B

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

Shades of Brown Derby #60483B

Tints of Brown Derby #60483B

Color information

#60483B (or 0x60483B) is unknown color: approx Brown Derby. HEX triplet: 60, 48 and 3B. RGB value is (96,72,59). Sum of RGB (Red+Green+Blue) = 96+72+59=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60483B is #9FB7C4. Grayscale: #4D4D4D. Windows color (decimal): -10467269 or 3885152. OLE color: 3885152.

HSL color Cylindrical-coordinate representation of color #60483B: hue angle of 21.08º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60483B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB967259-
CMYK00.250.390.62
HSL21.08º23.87%30.39%-
HSV(B)21.08º38.54%37.65%-
XYZ7.937.445.16-
YUV77.69117.45141.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=42.29%
G=31.72%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96725900.250.390.6221.0823.8730.39
Hex60483B019273E15181e
Octal140110730314776253036
Binary11000001001000111011011001100111111110101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,72,59); }

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

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

 a { background-color: rgb(96,72,59); }

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

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

 span { border-color: rgb(96,72,59); }

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