Html Css Color HEX #613D15 Dark Brown

📋 copy color: '#613D15'

red 97 ◦ green 61 ◦ blue 21

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

Shades of Dark Brown #613D15

Tints of Dark Brown #613D15

RGB

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

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

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

R = 54.19%
G = 34.08%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613D15 (or 0x613D15) is known color: Dark Brown. HEX triplet: 61, 3D and 15. RGB value is (97,61,21). Sum of RGB (Red+Green+Blue) = 97+61+21=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #613D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D15 is #9EC2EA. Grayscale: #434343. Windows color (decimal): -10404587 or 1391969. OLE color: 1391969.

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

Color convert

RGB 97 61 21 -
CMYK 0 0.37 0.78 0.62
HSL 31.58º 0.64% 0.23% -
HSV(B) 31.58º 0.78% 0.38% -
XYZ 6.73 5.93 1.5 -
YUV 67.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 97 61 21 0 0.37 0.78 0.62 31.58 0.64 0.23
Hex 61 3D 15 0 25 4E 3E 20 40 17
Octal 141 75 25 0 45 116 76 40 100 27
Binary 1100001 111101 10101 0 100101 1001110 111110 100000 1000000 10111

Color Harmonies of #613D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D15

Black with #613D15

Text Example


Text Example

White with #613D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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