#613C3B

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

Shades of Sanguine Brown #613C3B

Tints of Sanguine Brown #613C3B

Color information

#613C3B (or 0x613C3B) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3C and 3B. RGB value is (97,60,59). Sum of RGB (Red+Green+Blue) = 97+60+59=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C3B is #9EC3C4. Grayscale: #464646. Windows color (decimal): -10404805 or 3882081. OLE color: 3882081.

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

Color convert

RGB976059-
CMYK00.380.390.62
HSL1.58º24.36%30.59%-
HSV(B)1.58º39.18%38.04%-
XYZ7.346.094.93-
YUV70.95121.26146.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=44.91%
G=27.78%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97605900.380.390.621.5824.3630.59
Hex613C3B026273E2181f
Octal1417473046477623037
Binary11000011111001110110100110100111111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C3B; }

 p { color: rgb(97,60,59); }

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

<style>
 a { background-color: #613C3B; }

 a { background-color: rgb(97,60,59); }

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

<style>
 span { border-color: #613C3B; }

 span { border-color: rgb(97,60,59); }

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