Html Css Color HEX #613E20 Dark Brown

📋 copy color: '#613E20'

red 97 ◦ green 62 ◦ blue 32

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

Shades of Dark Brown #613E20

Tints of Dark Brown #613E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 50.79%
G = 32.46%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#613E20 (or 0x613E20) is known color: Dark Brown. HEX triplet: 61, 3E and 20. RGB value is (97,62,32). Sum of RGB (Red+Green+Blue) = 97+62+32=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #613E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E20 is #9EC1DF. Grayscale: #454545. Windows color (decimal): -10404320 or 2113121. OLE color: 2113121.

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

Color convert

RGB 97 62 32 -
CMYK 0 0.36 0.67 0.62
HSL 27.69º 0.5% 0.25% -
HSV(B) 27.69º 0.67% 0.38% -
XYZ 6.91 6.09 2.18 -
YUV 69.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 97 62 32 0 0.36 0.67 0.62 27.69 0.5 0.25
Hex 61 3E 20 0 24 43 3E 1C 32 19
Octal 141 76 40 0 44 103 76 34 62 31
Binary 1100001 111110 100000 0 100100 1000011 111110 11100 110010 11001

Color Harmonies of #613E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E20

Black with #613E20

Text Example


Text Example

White with #613E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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