#645652

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

Shades of Congo Brown #645652

Tints of Congo Brown #645652

Color information

#645652 (or 0x645652) is unknown color: approx Congo Brown. HEX triplet: 64, 56 and 52. RGB value is (100,86,82). Sum of RGB (Red+Green+Blue) = 100+86+82=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #645652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645652 is #9BA9AD. Grayscale: #595959. Windows color (decimal): -10201518 or 5396068. OLE color: 5396068.

HSL color Cylindrical-coordinate representation of color #645652: hue angle of 13.33º 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 #645652 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1008682-
CMYK00.140.180.61
HSL13.33º9.89%35.69%-
HSV(B)13.33º18%39.22%-
XYZ10.119.979.38-
YUV89.73123.64135.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=37.31%
G=32.09%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100868200.140.180.6113.339.8935.69
Hex6456520E123Dda24
Octal1441261220162275151244
Binary110010010101101010010011101001011110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645652; }

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

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

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

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

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

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

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

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