#614234

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

Shades of Very Dark Brown #614234

Tints of Very Dark Brown #614234

Color information

#614234 (or 0x614234) is unknown color: approx Very Dark Brown. HEX triplet: 61, 42 and 34. RGB value is (97,66,52). Sum of RGB (Red+Green+Blue) = 97+66+52=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614234 is #9EBDCB. Grayscale: #494949. Windows color (decimal): -10403276 or 3424865. OLE color: 3424865.

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

Color convert

RGB976652-
CMYK00.320.460.62
HSL18.67º30.2%29.22%-
HSV(B)18.67º46.39%38.04%-
XYZ7.56.694.14-
YUV73.67115.77144.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=45.12%
G=30.70%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97665200.320.460.6218.6730.229.22
Hex6142340202E3E131e1d
Octal141102640405676233635
Binary110000110000101101000100000101110111110100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614234; }

 p { color: rgb(97,66,52); }

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

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

 a { background-color: rgb(97,66,52); }

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

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

 span { border-color: rgb(97,66,52); }

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