#603B39

Color #603B39 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #603B39

Tints of Sanguine Brown #603B39

Color information

#603B39 (or 0x603B39) is unknown color: approx Sanguine Brown. HEX triplet: 60, 3B and 39. RGB value is (96,59,57). Sum of RGB (Red+Green+Blue) = 96+59+57=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B39 is #9FC4C6. Grayscale: #454545. Windows color (decimal): -10470599 or 3750752. OLE color: 3750752.

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

Color convert

RGB965957-
CMYK00.390.410.62
HSL3.08º25.49%30%-
HSV(B)3.08º40.62%37.65%-
XYZ7.135.914.64-
YUV69.83120.76146.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=45.28%
G=27.83%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96595700.390.410.623.0825.4930
Hex603B39027293E3191e
Octal1407371047517633136
Binary11000001110111110010100111101001111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B39; }

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

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

<style>
 a { background-color: #603B39; }

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

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

<style>
 span { border-color: #603B39; }

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

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