#655653

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

Shades of Congo Brown #655653

Tints of Congo Brown #655653

Color information

#655653 (or 0x655653) is unknown color: approx Congo Brown. HEX triplet: 65, 56 and 53. RGB value is (101,86,83). Sum of RGB (Red+Green+Blue) = 101+86+83=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655653 is #9AA9AC. Grayscale: #5A5A5A. Windows color (decimal): -10135981 or 5461605. OLE color: 5461605.

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

Color convert

RGB1018683-
CMYK00.150.180.60
HSL10º9.78%36.08%-
HSV(B)10º17.82%39.61%-
XYZ10.2610.059.58-
YUV90.14123.97135.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=37.41%
G=31.85%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101868300.150.180.60109.7836.08
Hex6556530F123Caa24
Octal1451261230172274121244
Binary110010110101101010011011111001011110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655653; }

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

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

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

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

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

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

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

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