Html Css Color HEX #613F3D Sanguine Brown

📋 copy color: '#613F3D'

red 97 ◦ green 63 ◦ blue 61

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

Shades of Sanguine Brown #613F3D

Tints of Sanguine Brown #613F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 28.51%

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 43.89%
G = 28.51%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#613F3D (or 0x613F3D) is known color: Sanguine Brown. HEX triplet: 61, 3F and 3D. RGB value is (97,63,61). Sum of RGB (Red+Green+Blue) = 97+63+61=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F3D is #9EC0C2. Grayscale: #484848. Windows color (decimal): -10404035 or 4013921. OLE color: 4013921.

HSL color Cylindrical-coordinate representation of color #613F3D: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613F3D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 61 -
CMYK 0 0.35 0.37 0.62
HSL 3.33º 0.23% 0.31% -
HSV(B) 3.33º 0.37% 0.38% -
XYZ 7.55 6.43 5.26 -
YUV 72.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 97 63 61 0 0.35 0.37 0.62 3.33 0.23 0.31
Hex 61 3F 3D 0 23 25 3E 3 17 1F
Octal 141 77 75 0 43 45 76 3 27 37
Binary 1100001 111111 111101 0 100011 100101 111110 11 10111 11111

Color Harmonies of #613F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F3D

Black with #613F3D

Text Example


Text Example

White with #613F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,61); }

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

background-color css

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

 a { background-color: rgb(97,63,61); }

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

border-color css

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

 span { border-color: rgb(97,63,61); }

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