#645552

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

Shades of Congo Brown #645552

Tints of Congo Brown #645552

Color information

#645552 (or 0x645552) is unknown color: approx Congo Brown. HEX triplet: 64, 55 and 52. RGB value is (100,85,82). Sum of RGB (Red+Green+Blue) = 100+85+82=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #645552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645552 is #9BAAAD. Grayscale: #595959. Windows color (decimal): -10201774 or 5395812. OLE color: 5395812.

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

Color convert

RGB1008582-
CMYK00.150.180.61
HSL10º9.89%35.69%-
HSV(B)10º18%39.22%-
XYZ10.039.829.35-
YUV89.14123.97135.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=37.45%
G=31.84%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100858200.150.180.61109.8935.69
Hex6455520F123Daa24
Octal1441251220172275121244
Binary110010010101011010010011111001011110110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645552; }

 p { color: rgb(100,85,82); }

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

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

 a { background-color: rgb(100,85,82); }

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

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

 span { border-color: rgb(100,85,82); }

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