#60451F

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

Shades of Dark Brown #60451F

Tints of Dark Brown #60451F

Color information

#60451F (or 0x60451F) is unknown color: approx Dark Brown. HEX triplet: 60, 45 and 1F. RGB value is (96,69,31). Sum of RGB (Red+Green+Blue) = 96+69+31=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60451F is #9FBAE0. Grayscale: #484848. Windows color (decimal): -10468065 or 2049376. OLE color: 2049376.

HSL color Cylindrical-coordinate representation of color #60451F: hue angle of 35.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60451F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB966931-
CMYK00.280.680.62
HSL35.08º51.18%24.9%-
HSV(B)35.08º67.71%37.65%-
XYZ7.26.842.24-
YUV72.74104.45144.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=48.98%
G=35.20%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96693100.280.680.6235.0851.1824.9
Hex60451F01C443E233319
Octal1401053703410476436331
Binary1100000100010111111011100100010011111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,69,31); }

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

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

 a { background-color: rgb(96,69,31); }

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

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

 span { border-color: rgb(96,69,31); }

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