#603E3C

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

Shades of Sanguine Brown #603E3C

Tints of Sanguine Brown #603E3C

Color information

#603E3C (or 0x603E3C) is unknown color: approx Sanguine Brown. HEX triplet: 60, 3E and 3C. RGB value is (96,62,60). Sum of RGB (Red+Green+Blue) = 96+62+60=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E3C is #9FC1C3. Grayscale: #474747. Windows color (decimal): -10469828 or 3948128. OLE color: 3948128.

HSL color Cylindrical-coordinate representation of color #603E3C: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603E3C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB966260-
CMYK00.350.380.62
HSL3.33º23.08%30.59%-
HSV(B)3.33º37.5%37.65%-
XYZ7.366.265.09-
YUV71.94121.26145.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=44.04%
G=28.44%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96626000.350.380.623.3323.0830.59
Hex603E3C023263E3171f
Octal1407674043467632737
Binary11000001111101111000100011100110111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,62,60); }

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

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

 a { background-color: rgb(96,62,60); }

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

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

 span { border-color: rgb(96,62,60); }

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