Html Css Color HEX #60593D Millbrook

📋 copy color: '#60593D'

red 96 ◦ green 89 ◦ blue 61

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

Shades of Millbrook #60593D

Tints of Millbrook #60593D

RGB

 RED value IS 96 (37.89% from 255) = 39.02%

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 39.02%
G = 36.18%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60593D (or 0x60593D) is known color: Millbrook. HEX triplet: 60, 59 and 3D. RGB value is (96,89,61). Sum of RGB (Red+Green+Blue) = 96+89+61=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60593D is #9FA6C2. Grayscale: #585858. Windows color (decimal): -10462915 or 4020576. OLE color: 4020576.

HSL color Cylindrical-coordinate representation of color #60593D: hue angle of 48º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60593D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 61 -
CMYK 0 0.07 0.36 0.62
HSL 48º 0.22% 0.31% -
HSV(B) 48º 0.36% 0.38% -
XYZ 9.24 9.97 5.85 -
YUV 87.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 96 89 61 0 0.07 0.36 0.62 48 0.22 0.31
Hex 60 59 3D 0 7 24 3E 30 16 1F
Octal 140 131 75 0 7 44 76 60 26 37
Binary 1100000 1011001 111101 0 111 100100 111110 110000 10110 11111

Color Harmonies of #60593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60593D

Black with #60593D

Text Example


Text Example

White with #60593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60593D;
 }
 .AnyTagClassName
 {
   color: #60593D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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