#614315

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

Shades of Dark Brown #614315

Tints of Dark Brown #614315

Color information

#614315 (or 0x614315) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 15. RGB value is (97,67,21). Sum of RGB (Red+Green+Blue) = 97+67+21=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614315 is #9EBCEA. Grayscale: #464646. Windows color (decimal): -10403051 or 1393505. OLE color: 1393505.

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

Color convert

RGB976721-
CMYK00.310.780.62
HSL36.32º64.41%23.14%-
HSV(B)36.32º78.35%38.04%-
XYZ7.076.611.61-
YUV70.7399.94146.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=52.43%
G=36.22%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97672100.310.780.6236.3264.4123.14
Hex61431501F4E3E244017
Octal14110325037116764410027
Binary11000011000011101010111111001110111110100100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614315; }

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

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

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

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

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

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

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

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