#645653

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

Shades of Congo Brown #645653

Tints of Congo Brown #645653

Color information

#645653 (or 0x645653) is unknown color: approx Congo Brown. HEX triplet: 64, 56 and 53. RGB value is (100,86,83). Sum of RGB (Red+Green+Blue) = 100+86+83=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #645653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645653 is #9BA9AC. Grayscale: #595959. Windows color (decimal): -10201517 or 5461604. OLE color: 5461604.

HSL color Cylindrical-coordinate representation of color #645653: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645653 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1008683-
CMYK00.140.170.61
HSL10.59º9.29%35.88%-
HSV(B)10.59º17%39.22%-
XYZ10.149.999.58-
YUV89.84124.14135.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=37.17%
G=31.97%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100868300.140.170.6110.599.2935.88
Hex6456530E113Db924
Octal1441261230162175131144
Binary110010010101101010011011101000111110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645653; }

 p { color: rgb(100,86,83); }

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

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

 a { background-color: rgb(100,86,83); }

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

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

 span { border-color: rgb(100,86,83); }

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