Html Css Color HEX #613F15 Dark Brown

📋 copy color: '#613F15'

red 97 ◦ green 63 ◦ blue 21

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

Shades of Dark Brown #613F15

Tints of Dark Brown #613F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 53.59%
G = 34.81%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613F15 (or 0x613F15) is known color: Dark Brown. HEX triplet: 61, 3F and 15. RGB value is (97,63,21). Sum of RGB (Red+Green+Blue) = 97+63+21=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F15 is #9EC0EA. Grayscale: #444444. Windows color (decimal): -10404075 or 1392481. OLE color: 1392481.

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

Color convert

RGB 97 63 21 -
CMYK 0 0.35 0.78 0.62
HSL 33.16º 0.64% 0.23% -
HSV(B) 33.16º 0.78% 0.38% -
XYZ 6.84 6.15 1.54 -
YUV 68.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 97 63 21 0 0.35 0.78 0.62 33.16 0.64 0.23
Hex 61 3F 15 0 23 4E 3E 21 40 17
Octal 141 77 25 0 43 116 76 41 100 27
Binary 1100001 111111 10101 0 100011 1001110 111110 100001 1000000 10111

Color Harmonies of #613F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F15

Black with #613F15

Text Example


Text Example

White with #613F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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