#614030

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

Shades of Very Dark Brown #614030

Tints of Very Dark Brown #614030

Color information

#614030 (or 0x614030) is unknown color: approx Very Dark Brown. HEX triplet: 61, 40 and 30. RGB value is (97,64,48). Sum of RGB (Red+Green+Blue) = 97+64+48=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614030 is #9EBFCF. Grayscale: #484848. Windows color (decimal): -10403792 or 3162209. OLE color: 3162209.

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

Color convert

RGB976448-
CMYK00.340.510.62
HSL19.59º33.79%28.43%-
HSV(B)19.59º50.52%38.04%-
XYZ7.36.423.65-
YUV72.04114.43145.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=46.41%
G=30.62%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97644800.340.510.6219.5933.7928.43
Hex614030022333E14221c
Octal141100600426376244234
Binary1100001100000011000001000101100111111101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614030; }

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

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

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

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

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

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

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

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