#614521

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

Shades of Dark Brown #614521

Tints of Dark Brown #614521

Color information

#614521 (or 0x614521) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 21. RGB value is (97,69,33). Sum of RGB (Red+Green+Blue) = 97+69+33=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614521 is #9EBADE. Grayscale: #494949. Windows color (decimal): -10402527 or 2180449. OLE color: 2180449.

HSL color Cylindrical-coordinate representation of color #614521: hue angle of 33.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614521 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB976933-
CMYK00.290.660.62
HSL33.75º49.23%25.49%-
HSV(B)33.75º65.98%38.04%-
XYZ7.336.912.39-
YUV73.27105.28144.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=48.74%
G=34.67%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97693300.290.660.6233.7549.2325.49
Hex61452101D423E223119
Octal1411054103510276426131
Binary11000011000101100001011101100001011111010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614521; }

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

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

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

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

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

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

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

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