#655551

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

Shades of Congo Brown #655551

Tints of Congo Brown #655551

Color information

#655551 (or 0x655551) is unknown color: approx Congo Brown. HEX triplet: 65, 55 and 51. RGB value is (101,85,81). Sum of RGB (Red+Green+Blue) = 101+85+81=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #655551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655551 is #9AAAAE. Grayscale: #595959. Windows color (decimal): -10136239 or 5330277. OLE color: 5330277.

HSL color Cylindrical-coordinate representation of color #655551: hue angle of 12º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655551 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1018581-
CMYK00.160.200.60
HSL12º10.99%35.69%-
HSV(B)12º19.8%39.61%-
XYZ10.19.869.15-
YUV89.33123.3136.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=37.83%
G=31.84%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101858100.160.200.601210.9935.69
Hex655551010143Ccb24
Octal1451251210202474141344
Binary1100101101010110100010100001010011110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655551; }

 p { color: rgb(101,85,81); }

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

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

 a { background-color: rgb(101,85,81); }

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

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

 span { border-color: rgb(101,85,81); }

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