Html Css Color HEX #613E3E Sanguine Brown

📋 copy color: '#613E3E'

red 97 ◦ green 62 ◦ blue 62

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

Shades of Sanguine Brown #613E3E

Tints of Sanguine Brown #613E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 43.89%
G = 28.05%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#613E3E (or 0x613E3E) is known color: Sanguine Brown. HEX triplet: 61, 3E and 3E. RGB value is (97,62,62). Sum of RGB (Red+Green+Blue) = 97+62+62=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E3E is #9EC1C1. Grayscale: #484848. Windows color (decimal): -10404290 or 4079201. OLE color: 4079201.

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

Color convert

RGB 97 62 62 -
CMYK 0 0.36 0.36 0.62
HSL 0.22% 0.31% -
HSV(B) 0.36% 0.38% -
XYZ 7.52 6.33 5.38 -
YUV 72.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 97 62 62 0 0.36 0.36 0.62 0 0.22 0.31
Hex 61 3E 3E 0 24 24 3E 0 16 1F
Octal 141 76 76 0 44 44 76 0 26 37
Binary 1100001 111110 111110 0 100100 100100 111110 0 10110 11111

Color Harmonies of #613E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E3E

Black with #613E3E

Text Example


Text Example

White with #613E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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