Html Css Color HEX #613C3B Sanguine Brown

📋 copy color: '#613C3B'

red 97 ◦ green 60 ◦ blue 59

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

Shades of Sanguine Brown #613C3B

Tints of Sanguine Brown #613C3B

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 value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#613C3B (or 0x613C3B) is known color: 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

RGB 97 60 59 -
CMYK 0 0.38 0.39 0.62
HSL 1.58º 0.24% 0.31% -
HSV(B) 1.58º 0.39% 0.38% -
XYZ 7.34 6.09 4.93 -
YUV 70.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 97 60 59 0 0.38 0.39 0.62 1.58 0.24 0.31
Hex 61 3C 3B 0 26 27 3E 2 18 1F
Octal 141 74 73 0 46 47 76 2 30 37
Binary 1100001 111100 111011 0 100110 100111 111110 10 11000 11111

Color Harmonies of #613C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C3B

Black with #613C3B

Text Example


Text Example

White with #613C3B

Text Example


Text Example

HTML Codes & Css Web 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>