Html Css Color HEX #60493B Brown Derby

📋 copy color: '#60493B'

red 96 ◦ green 73 ◦ blue 59

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

Shades of Brown Derby #60493B

Tints of Brown Derby #60493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 42.11%
G = 32.02%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60493B (or 0x60493B) is known color: Brown Derby. HEX triplet: 60, 49 and 3B. RGB value is (96,73,59). Sum of RGB (Red+Green+Blue) = 96+73+59=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60493B is #9FB6C4. Grayscale: #4E4E4E. Windows color (decimal): -10467013 or 3885408. OLE color: 3885408.

HSL color Cylindrical-coordinate representation of color #60493B: hue angle of 22.7º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60493B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 73 59 -
CMYK 0 0.24 0.39 0.62
HSL 22.7º 0.24% 0.3% -
HSV(B) 22.7º 0.39% 0.38% -
XYZ 8 7.57 5.18 -
YUV 78.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 96 73 59 0 0.24 0.39 0.62 22.7 0.24 0.3
Hex 60 49 3B 0 18 27 3E 17 18 1E
Octal 140 111 73 0 30 47 76 27 30 36
Binary 1100000 1001001 111011 0 11000 100111 111110 10111 11000 11110

Color Harmonies of #60493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60493B

Black with #60493B

Text Example


Text Example

White with #60493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60493B; }

 p { color: rgb(96,73,59); }

 H1.HeaderClassName
 {
   color: #60493B;
 }
 .AnyTagClassName
 {
   color: #60493B;
 }
</style>

background-color css

<style>
 a { background-color: #60493B; }

 a { background-color: rgb(96,73,59); }

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

border-color css

<style>
 span { border-color: #60493B; }

 span { border-color: rgb(96,73,59); }

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