#614333

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

Shades of Very Dark Brown #614333

Tints of Very Dark Brown #614333

Color information

#614333 (or 0x614333) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 33. RGB value is (97,67,51). Sum of RGB (Red+Green+Blue) = 97+67+51=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614333 is #9EBCCC. Grayscale: #4A4A4A. Windows color (decimal): -10403021 or 3359585. OLE color: 3359585.

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

Color convert

RGB976751-
CMYK00.310.470.62
HSL20.87º31.08%29.02%-
HSV(B)20.87º47.42%38.04%-
XYZ7.536.794.05-
YUV74.15114.94144.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=45.12%
G=31.16%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675100.310.470.6220.8731.0829.02
Hex61433301F2F3E151f1d
Octal141103630375776253735
Binary11000011000011110011011111101111111110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614333; }

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

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

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

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

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

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

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

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