#665552

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

Shades of Congo Brown #665552

Tints of Congo Brown #665552

Color information

#665552 (or 0x665552) is unknown color: approx Congo Brown. HEX triplet: 66, 55 and 52. RGB value is (102,85,82). Sum of RGB (Red+Green+Blue) = 102+85+82=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665552 is #99AAAD. Grayscale: #595959. Windows color (decimal): -10070702 or 5395814. OLE color: 5395814.

HSL color Cylindrical-coordinate representation of color #665552: hue angle of 9º 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 #665552 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1028582-
CMYK00.170.200.6
HSL10.87%36.08%-
HSV(B)19.61%40%-
XYZ10.259.939.36-
YUV89.74123.63136.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=37.92%
G=31.60%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858200.170.200.6910.8736.08
Hex665552011143C9b24
Octal1461251220212474111344
Binary1100110101010110100100100011010011110010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665552; }

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

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

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

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

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

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

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

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