#60593F

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

Shades of Millbrook #60593F

Tints of Millbrook #60593F

Color information

#60593F (or 0x60593F) is unknown color: approx Millbrook. HEX triplet: 60, 59 and 3F. RGB value is (96,89,63). Sum of RGB (Red+Green+Blue) = 96+89+63=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #60593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60593F is #9FA6C0. Grayscale: #585858. Windows color (decimal): -10462913 or 4151648. OLE color: 4151648.

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

Color convert

RGB968963-
CMYK00.070.340.62
HSL47.27º20.75%31.18%-
HSV(B)47.27º34.38%37.65%-
XYZ9.299.996.14-
YUV88.13113.82133.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 63 (25% from 255) = 25.40%
R=38.71%
G=35.89%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96896300.070.340.6247.2720.7531.18
Hex60593F07223E2f151f
Octal14013177074276572537
Binary1100000101100111111101111000101111101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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