#665652

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

Shades of Congo Brown #665652

Tints of Congo Brown #665652

Color information

#665652 (or 0x665652) is unknown color: approx Congo Brown. HEX triplet: 66, 56 and 52. RGB value is (102,86,82). Sum of RGB (Red+Green+Blue) = 102+86+82=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665652 is #99A9AD. Grayscale: #5A5A5A. Windows color (decimal): -10070446 or 5396070. OLE color: 5396070.

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

Color convert

RGB1028682-
CMYK00.160.200.6
HSL12º10.87%36.08%-
HSV(B)12º19.61%40%-
XYZ10.3310.099.39-
YUV90.33123.3136.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=37.78%
G=31.85%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102868200.160.200.61210.8736.08
Hex665652010143Ccb24
Octal1461261220202474141344
Binary1100110101011010100100100001010011110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665652; }

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

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

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

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

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

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

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

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