#60583F

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

Shades of Millbrook #60583F

Tints of Millbrook #60583F

Color information

#60583F (or 0x60583F) is unknown color: approx Millbrook. HEX triplet: 60, 58 and 3F. RGB value is (96,88,63). Sum of RGB (Red+Green+Blue) = 96+88+63=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #60583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60583F is #9FA7C0. Grayscale: #575757. Windows color (decimal): -10463169 or 4151392. OLE color: 4151392.

HSL color Cylindrical-coordinate representation of color #60583F: hue angle of 45.45º 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 #60583F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB968863-
CMYK00.080.340.62
HSL45.45º20.75%31.18%-
HSV(B)45.45º34.38%37.65%-
XYZ9.219.836.11-
YUV87.54114.15134.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 63 (25% from 255) = 25.51%
R=38.87%
G=35.63%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96886300.080.340.6245.4520.7531.18
Hex60583F08223E2d151f
Octal140130770104276552537
Binary11000001011000111111010001000101111101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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