#614121

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

Shades of Dark Brown #614121

Tints of Dark Brown #614121

Color information

#614121 (or 0x614121) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 21. RGB value is (97,65,33). Sum of RGB (Red+Green+Blue) = 97+65+33=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614121 is #9EBEDE. Grayscale: #474747. Windows color (decimal): -10403551 or 2179425. OLE color: 2179425.

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

Color convert

RGB976533-
CMYK00.330.660.62
HSL30º49.23%25.49%-
HSV(B)30º65.98%38.04%-
XYZ7.096.432.31-
YUV70.92106.6146.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=49.74%
G=33.33%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653300.330.660.623049.2325.49
Hex614121021423E1e3119
Octal1411014104110276366131
Binary11000011000001100001010000110000101111101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614121; }

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

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

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

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

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

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

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

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