#614232

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

Shades of Very Dark Brown #614232

Tints of Very Dark Brown #614232

Color information

#614232 (or 0x614232) is unknown color: approx Very Dark Brown. HEX triplet: 61, 42 and 32. RGB value is (97,66,50). Sum of RGB (Red+Green+Blue) = 97+66+50=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614232 is #9EBDCD. Grayscale: #494949. Windows color (decimal): -10403278 or 3293793. OLE color: 3293793.

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

Color convert

RGB976650-
CMYK00.320.480.62
HSL20.43º31.97%28.82%-
HSV(B)20.43º48.45%38.04%-
XYZ7.456.673.91-
YUV73.45114.77144.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=45.54%
G=30.99%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97665000.320.480.6220.4331.9728.82
Hex614232020303E14201d
Octal141102620406076244035
Binary1100001100001011001001000001100001111101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614232; }

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

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

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

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

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

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

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

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