#613B38

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

Shades of Sanguine Brown #613B38

Tints of Sanguine Brown #613B38

Color information

#613B38 (or 0x613B38) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3B and 38. RGB value is (97,59,56). Sum of RGB (Red+Green+Blue) = 97+59+56=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B38 is #9EC4C7. Grayscale: #464646. Windows color (decimal): -10405064 or 3685217. OLE color: 3685217.

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

Color convert

RGB975956-
CMYK00.390.420.62
HSL4.39º26.8%30%-
HSV(B)4.39º42.27%38.04%-
XYZ7.215.954.51-
YUV70.02120.09147.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=45.75%
G=27.83%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97595600.390.420.624.3926.830
Hex613B380272A3E41b1e
Octal1417370047527643336
Binary110000111101111100001001111010101111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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