#614033

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

Shades of Very Dark Brown #614033

Tints of Very Dark Brown #614033

Color information

#614033 (or 0x614033) is unknown color: approx Very Dark Brown. HEX triplet: 61, 40 and 33. RGB value is (97,64,51). Sum of RGB (Red+Green+Blue) = 97+64+51=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614033 is #9EBFCC. Grayscale: #484848. Windows color (decimal): -10403789 or 3358817. OLE color: 3358817.

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

Color convert

RGB976451-
CMYK00.340.470.62
HSL16.96º31.08%29.02%-
HSV(B)16.96º47.42%38.04%-
XYZ7.366.453.99-
YUV72.38115.93145.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=45.75%
G=30.19%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97645100.340.470.6216.9631.0829.02
Hex6140330222F3E111f1d
Octal141100630425776213735
Binary110000110000001100110100010101111111110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614033; }

 p { color: rgb(97,64,51); }

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

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

 a { background-color: rgb(97,64,51); }

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

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

 span { border-color: rgb(97,64,51); }

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