Html Css Color HEX #614015 Dark Brown

📋 copy color: '#614015'

red 97 ◦ green 64 ◦ blue 21

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

Shades of Dark Brown #614015

Tints of Dark Brown #614015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

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

R = 53.3%
G = 35.16%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614015 (or 0x614015) is known color: Dark Brown. HEX triplet: 61, 40 and 15. RGB value is (97,64,21). Sum of RGB (Red+Green+Blue) = 97+64+21=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614015 is #9EBFEA. Grayscale: #454545. Windows color (decimal): -10403819 or 1392737. OLE color: 1392737.

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

Color convert

RGB 97 64 21 -
CMYK 0 0.34 0.78 0.62
HSL 33.95º 0.64% 0.23% -
HSV(B) 33.95º 0.78% 0.38% -
XYZ 6.9 6.26 1.55 -
YUV 68.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 97 64 21 0 0.34 0.78 0.62 33.95 0.64 0.23
Hex 61 40 15 0 22 4E 3E 22 40 17
Octal 141 100 25 0 42 116 76 42 100 27
Binary 1100001 1000000 10101 0 100010 1001110 111110 100010 1000000 10111

Color Harmonies of #614015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614015

Black with #614015

Text Example


Text Example

White with #614015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614015; }

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

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

background-color css

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

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

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

border-color css

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

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

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