Html Css Color HEX #603B3A Sanguine Brown

📋 copy color: '#603B3A'

red 96 ◦ green 59 ◦ blue 58

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

Shades of Sanguine Brown #603B3A

Tints of Sanguine Brown #603B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 45.07%
G = 27.7%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#603B3A (or 0x603B3A) is known color: Sanguine Brown. HEX triplet: 60, 3B and 3A. RGB value is (96,59,58). Sum of RGB (Red+Green+Blue) = 96+59+58=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B3A is #9FC4C5. Grayscale: #454545. Windows color (decimal): -10470598 or 3816288. OLE color: 3816288.

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

Color convert

RGB 96 59 58 -
CMYK 0 0.39 0.40 0.62
HSL 1.58º 0.25% 0.3% -
HSV(B) 1.58º 0.4% 0.38% -
XYZ 7.15 5.92 4.77 -
YUV 69.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 96 59 58 0 0.39 0.40 0.62 1.58 0.25 0.3
Hex 60 3B 3A 0 27 28 3E 2 19 1E
Octal 140 73 72 0 47 50 76 2 31 36
Binary 1100000 111011 111010 0 100111 101000 111110 10 11001 11110

Color Harmonies of #603B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B3A

Black with #603B3A

Text Example


Text Example

White with #603B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #603B3A;
 }
 .AnyTagClassName
 {
   color: #603B3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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