Html Css Color HEX #60593F Millbrook

📋 copy color: '#60593F'

red 96 ◦ green 89 ◦ blue 63

#60593F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #60593F

Tints of Millbrook #60593F

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.4%

R = 38.71%
G = 35.89%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60593F (or 0x60593F) is known color: 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

RGB 96 89 63 -
CMYK 0 0.07 0.34 0.62
HSL 47.27º 0.21% 0.31% -
HSV(B) 47.27º 0.34% 0.38% -
XYZ 9.29 9.99 6.14 -
YUV 88.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 96 89 63 0 0.07 0.34 0.62 47.27 0.21 0.31
Hex 60 59 3F 0 7 22 3E 2F 15 1F
Octal 140 131 77 0 7 42 76 57 25 37
Binary 1100000 1011001 111111 0 111 100010 111110 101111 10101 11111

Color Harmonies of #60593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60593F

Black with #60593F

Text Example


Text Example

White with #60593F

Text Example


Text Example

HTML Codes & Css Web 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>