#613A38

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

Shades of Sanguine Brown #613A38

Tints of Sanguine Brown #613A38

Color information

#613A38 (or 0x613A38) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3A and 38. RGB value is (97,58,56). Sum of RGB (Red+Green+Blue) = 97+58+56=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A38 is #9EC5C7. Grayscale: #454545. Windows color (decimal): -10405320 or 3684961. OLE color: 3684961.

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

Color convert

RGB975856-
CMYK00.400.420.62
HSL2.93º26.8%30%-
HSV(B)2.93º42.27%38.04%-
XYZ7.165.854.49-
YUV69.43120.42147.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=45.97%
G=27.49%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585600.400.420.622.9326.830
Hex613A380282A3E31b1e
Octal1417270050527633336
Binary11000011110101110000101000101010111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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