#665855

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

Shades of Congo Brown #665855

Tints of Congo Brown #665855

Color information

#665855 (or 0x665855) is unknown color: approx Congo Brown. HEX triplet: 66, 58 and 55. RGB value is (102,88,85). Sum of RGB (Red+Green+Blue) = 102+88+85=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665855 is #99A7AA. Grayscale: #5B5B5B. Windows color (decimal): -10069931 or 5593190. OLE color: 5593190.

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

Color convert

RGB1028885-
CMYK00.140.170.6
HSL10.59º9.09%36.67%-
HSV(B)10.59º16.67%40%-
XYZ10.6110.4610.05-
YUV91.84124.14135.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=37.09%
G=32%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102888500.140.170.610.599.0936.67
Hex6658550E113Cb925
Octal1461301250162174131145
Binary110011010110001010101011101000111110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665855; }

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

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

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

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

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

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

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

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