#613A39

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

Shades of Sanguine Brown #613A39

Tints of Sanguine Brown #613A39

Color information

#613A39 (or 0x613A39) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3A and 39. RGB value is (97,58,57). Sum of RGB (Red+Green+Blue) = 97+58+57=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A39 is #9EC5C6. Grayscale: #454545. Windows color (decimal): -10405319 or 3750497. OLE color: 3750497.

HSL color Cylindrical-coordinate representation of color #613A39: hue angle of 1.5º degrees, saturation: 0.26, 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 #613A39 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB975857-
CMYK00.400.410.62
HSL1.5º25.97%30.2%-
HSV(B)1.5º41.24%38.04%-
XYZ7.185.864.62-
YUV69.55120.92147.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=45.75%
G=27.36%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585700.400.410.621.525.9730.2
Hex613A39028293E21a1e
Octal1417271050517623236
Binary11000011110101110010101000101001111110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,58,57); }

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

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

 a { background-color: rgb(97,58,57); }

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

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

 span { border-color: rgb(97,58,57); }

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