#665551

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

Shades of Congo Brown #665551

Tints of Congo Brown #665551

Color information

#665551 (or 0x665551) is unknown color: approx Congo Brown. HEX triplet: 66, 55 and 51. RGB value is (102,85,81). Sum of RGB (Red+Green+Blue) = 102+85+81=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665551 is #99AAAE. Grayscale: #595959. Windows color (decimal): -10070703 or 5330278. OLE color: 5330278.

HSL color Cylindrical-coordinate representation of color #665551: hue angle of 11.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665551 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1028581-
CMYK00.170.210.6
HSL11.43º11.48%35.88%-
HSV(B)11.43º20.59%40%-
XYZ10.219.929.16-
YUV89.63123.13136.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=38.06%
G=31.72%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858100.170.210.611.4311.4835.88
Hex665551011153Cbb24
Octal1461251210212574131344
Binary1100110101010110100010100011010111110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665551; }

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

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

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

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

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

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

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

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