Html Css Color HEX #613D3D Sanguine Brown

📋 copy color: '#613D3D'

red 97 ◦ green 61 ◦ blue 61

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

Shades of Sanguine Brown #613D3D

Tints of Sanguine Brown #613D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 44.29%
G = 27.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#613D3D (or 0x613D3D) is known color: Sanguine Brown. HEX triplet: 61, 3D and 3D. RGB value is (97,61,61). Sum of RGB (Red+Green+Blue) = 97+61+61=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D3D is #9EC2C2. Grayscale: #474747. Windows color (decimal): -10404547 or 4013409. OLE color: 4013409.

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

Color convert

RGB 97 61 61 -
CMYK 0 0.37 0.37 0.62
HSL 0.23% 0.31% -
HSV(B) 0.37% 0.38% -
XYZ 7.44 6.22 5.22 -
YUV 71.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 97 61 61 0 0.37 0.37 0.62 0 0.23 0.31
Hex 61 3D 3D 0 25 25 3E 0 17 1F
Octal 141 75 75 0 45 45 76 0 27 37
Binary 1100001 111101 111101 0 100101 100101 111110 0 10111 11111

Color Harmonies of #613D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D3D

Black with #613D3D

Text Example


Text Example

White with #613D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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