#614513

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

Shades of Dark Brown #614513

Tints of Dark Brown #614513

Color information

#614513 (or 0x614513) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 13. RGB value is (97,69,19). Sum of RGB (Red+Green+Blue) = 97+69+19=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614513 is #9EBAEC. Grayscale: #474747. Windows color (decimal): -10402541 or 1262945. OLE color: 1262945.

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

Color convert

RGB976919-
CMYK00.290.800.62
HSL38.46º67.24%22.75%-
HSV(B)38.46º80.41%38.04%-
XYZ7.186.841.56-
YUV71.6798.28146.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=52.43%
G=37.30%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97691900.290.800.6238.4667.2422.75
Hex61451301D503E264317
Octal14110523035120764610327
Binary11000011000101100110111011010000111110100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614513; }

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

 H1.HeaderClassName
 {
   color: #614513;
 }
 .AnyTagClassName
 {
   color: #614513;
 }
</style>
background-color css

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

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

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

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

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

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