Html Css Color HEX #614013 Dark Brown

📋 copy color: '#614013'

red 97 ◦ green 64 ◦ blue 19

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

Shades of Dark Brown #614013

Tints of Dark Brown #614013

RGB

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

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

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

R = 53.89%
G = 35.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614013 (or 0x614013) is known color: Dark Brown. HEX triplet: 61, 40 and 13. RGB value is (97,64,19). Sum of RGB (Red+Green+Blue) = 97+64+19=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614013 is #9EBFEC. Grayscale: #444444. Windows color (decimal): -10403821 or 1261665. OLE color: 1261665.

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

Color convert

RGB 97 64 19 -
CMYK 0 0.34 0.80 0.62
HSL 34.62º 0.67% 0.23% -
HSV(B) 34.62º 0.8% 0.38% -
XYZ 6.88 6.26 1.46 -
YUV 68.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 97 64 19 0 0.34 0.80 0.62 34.62 0.67 0.23
Hex 61 40 13 0 22 50 3E 23 43 17
Octal 141 100 23 0 42 120 76 43 103 27
Binary 1100001 1000000 10011 0 100010 1010000 111110 100011 1000011 10111

Color Harmonies of #614013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614013

Black with #614013

Text Example


Text Example

White with #614013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614013; }

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

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

background-color css

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

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

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

border-color css

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

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

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