Html Css Color HEX #614515 Dark Brown

📋 copy color: '#614515'

red 97 ◦ green 69 ◦ blue 21

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

Shades of Dark Brown #614515

Tints of Dark Brown #614515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 51.87%
G = 36.9%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614515 (or 0x614515) is known color: Dark Brown. HEX triplet: 61, 45 and 15. RGB value is (97,69,21). Sum of RGB (Red+Green+Blue) = 97+69+21=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614515 is #9EBAEA. Grayscale: #484848. Windows color (decimal): -10402539 or 1394017. OLE color: 1394017.

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

Color convert

RGB 97 69 21 -
CMYK 0 0.29 0.78 0.62
HSL 37.89º 0.64% 0.23% -
HSV(B) 37.89º 0.78% 0.38% -
XYZ 7.19 6.85 1.65 -
YUV 71.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 97 69 21 0 0.29 0.78 0.62 37.89 0.64 0.23
Hex 61 45 15 0 1D 4E 3E 26 40 17
Octal 141 105 25 0 35 116 76 46 100 27
Binary 1100001 1000101 10101 0 11101 1001110 111110 100110 1000000 10111

Color Harmonies of #614515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614515

Black with #614515

Text Example


Text Example

White with #614515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614515; }

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

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

background-color css

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

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

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

border-color css

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

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

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