Html Css Color HEX #614213 Dark Brown

📋 copy color: '#614213'

red 97 ◦ green 66 ◦ blue 19

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

Shades of Dark Brown #614213

Tints of Dark Brown #614213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 53.3%
G = 36.26%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614213 (or 0x614213) is known color: Dark Brown. HEX triplet: 61, 42 and 13. RGB value is (97,66,19). Sum of RGB (Red+Green+Blue) = 97+66+19=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614213 is #9EBDEC. Grayscale: #464646. Windows color (decimal): -10403309 or 1262177. OLE color: 1262177.

HSL color Cylindrical-coordinate representation of color #614213: hue angle of 36.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #614213 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 19 -
CMYK 0 0.32 0.80 0.62
HSL 36.15º 0.67% 0.23% -
HSV(B) 36.15º 0.8% 0.38% -
XYZ 7 6.48 1.5 -
YUV 69.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 97 66 19 0 0.32 0.80 0.62 36.15 0.67 0.23
Hex 61 42 13 0 20 50 3E 24 43 17
Octal 141 102 23 0 40 120 76 44 103 27
Binary 1100001 1000010 10011 0 100000 1010000 111110 100100 1000011 10111

Color Harmonies of #614213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614213

Black with #614213

Text Example


Text Example

White with #614213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614213; }

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

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

background-color css

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

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

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

border-color css

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

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

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