Html Css Color HEX #614215 Dark Brown

📋 copy color: '#614215'

red 97 ◦ green 66 ◦ blue 21

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

Shades of Dark Brown #614215

Tints of Dark Brown #614215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 52.72%
G = 35.87%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614215 (or 0x614215) is known color: Dark Brown. HEX triplet: 61, 42 and 15. RGB value is (97,66,21). Sum of RGB (Red+Green+Blue) = 97+66+21=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614215 is #9EBDEA. Grayscale: #464646. Windows color (decimal): -10403307 or 1393249. OLE color: 1393249.

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

Color convert

RGB 97 66 21 -
CMYK 0 0.32 0.78 0.62
HSL 35.53º 0.64% 0.23% -
HSV(B) 35.53º 0.78% 0.38% -
XYZ 7.01 6.49 1.59 -
YUV 70.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 97 66 21 0 0.32 0.78 0.62 35.53 0.64 0.23
Hex 61 42 15 0 20 4E 3E 24 40 17
Octal 141 102 25 0 40 116 76 44 100 27
Binary 1100001 1000010 10101 0 100000 1001110 111110 100100 1000000 10111

Color Harmonies of #614215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614215

Black with #614215

Text Example


Text Example

White with #614215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614215; }

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

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

background-color css

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

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

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

border-color css

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

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

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