Html Css Color HEX #614815 Dark Brown

📋 copy color: '#614815'

red 97 ◦ green 72 ◦ blue 21

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

Shades of Dark Brown #614815

Tints of Dark Brown #614815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 51.05%
G = 37.89%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614815 (or 0x614815) is known color: Dark Brown. HEX triplet: 61, 48 and 15. RGB value is (97,72,21). Sum of RGB (Red+Green+Blue) = 97+72+21=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614815 is #9EB7EA. Grayscale: #494949. Windows color (decimal): -10401771 or 1394785. OLE color: 1394785.

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

Color convert

RGB 97 72 21 -
CMYK 0 0.26 0.78 0.62
HSL 40.26º 0.64% 0.23% -
HSV(B) 40.26º 0.78% 0.38% -
XYZ 7.38 7.23 1.72 -
YUV 73.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 97 72 21 0 0.26 0.78 0.62 40.26 0.64 0.23
Hex 61 48 15 0 1A 4E 3E 28 40 17
Octal 141 110 25 0 32 116 76 50 100 27
Binary 1100001 1001000 10101 0 11010 1001110 111110 101000 1000000 10111

Color Harmonies of #614815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614815

Black with #614815

Text Example


Text Example

White with #614815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614815; }

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

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

background-color css

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

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

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

border-color css

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

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

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