#614133

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

Shades of Very Dark Brown #614133

Tints of Very Dark Brown #614133

Color information

#614133 (or 0x614133) is unknown color: approx Very Dark Brown. HEX triplet: 61, 41 and 33. RGB value is (97,65,51). Sum of RGB (Red+Green+Blue) = 97+65+51=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614133 is #9EBECC. Grayscale: #494949. Windows color (decimal): -10403533 or 3359073. OLE color: 3359073.

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

Color convert

RGB976551-
CMYK00.330.470.62
HSL18.26º31.08%29.02%-
HSV(B)18.26º47.42%38.04%-
XYZ7.426.564.01-
YUV72.97115.6145.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=45.54%
G=30.52%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97655100.330.470.6218.2631.0829.02
Hex6141330212F3E121f1d
Octal141101630415776223735
Binary110000110000011100110100001101111111110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614133; }

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

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

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

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

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

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

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

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