#614013

Color #614013 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #614013

Tints of Dark Brown #614013

Color information

#614013 (or 0x614013) is unknown color: approx 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

RGB976419-
CMYK00.340.800.62
HSL34.62º67.24%22.75%-
HSV(B)34.62º80.41%38.04%-
XYZ6.886.261.46-
YUV68.7499.93148.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97641900.340.800.6234.6267.2422.75
Hex614013022503E234317
Octal14110023042120764310327
Binary110000110000001001101000101010000111110100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>