#654232

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

Shades of Very Dark Brown #654232

Tints of Very Dark Brown #654232

Color information

#654232 (or 0x654232) is unknown color: approx Very Dark Brown. HEX triplet: 65, 42 and 32. RGB value is (101,66,50). Sum of RGB (Red+Green+Blue) = 101+66+50=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #654232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654232 is #9ABDCD. Grayscale: #4A4A4A. Windows color (decimal): -10141134 or 3293797. OLE color: 3293797.

HSL color Cylindrical-coordinate representation of color #654232: hue angle of 18.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654232 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1016650-
CMYK00.350.500.60
HSL18.82º33.77%29.61%-
HSV(B)18.82º50.5%39.61%-
XYZ7.896.893.93-
YUV74.64114.1146.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=46.54%
G=30.41%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101665000.350.500.6018.8233.7729.61
Hex654232023323C13221e
Octal145102620436274234236
Binary1100101100001011001001000111100101111001001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654232; }

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

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

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

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

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

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

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

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