Html Css Color HEX #613C38 Sanguine Brown

📋 copy color: '#613C38'

red 97 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #613C38

Tints of Sanguine Brown #613C38

RGB

 RED value IS 97 (38.28% from 255) = 45.54%

 GREEN value IS 60 (23.83% from 255) = 28.17%

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 45.54%
G = 28.17%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#613C38 (or 0x613C38) is known color: Sanguine Brown. HEX triplet: 61, 3C and 38. RGB value is (97,60,56). Sum of RGB (Red+Green+Blue) = 97+60+56=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C38 is #9EC3C7. Grayscale: #464646. Windows color (decimal): -10404808 or 3685473. OLE color: 3685473.

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

Color convert

RGB 97 60 56 -
CMYK 0 0.38 0.42 0.62
HSL 5.85º 0.27% 0.3% -
HSV(B) 5.85º 0.42% 0.38% -
XYZ 7.26 6.06 4.53 -
YUV 70.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 97 60 56 0 0.38 0.42 0.62 5.85 0.27 0.3
Hex 61 3C 38 0 26 2A 3E 6 1B 1E
Octal 141 74 70 0 46 52 76 6 33 36
Binary 1100001 111100 111000 0 100110 101010 111110 110 11011 11110

Color Harmonies of #613C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C38

Black with #613C38

Text Example


Text Example

White with #613C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #613C38;
 }
 .AnyTagClassName
 {
   color: #613C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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