#665450

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

Shades of Congo Brown #665450

Tints of Congo Brown #665450

Color information

#665450 (or 0x665450) is unknown color: approx Congo Brown. HEX triplet: 66, 54 and 50. RGB value is (102,84,80). Sum of RGB (Red+Green+Blue) = 102+84+80=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665450 is #99ABAF. Grayscale: #585858. Windows color (decimal): -10070960 or 5264486. OLE color: 5264486.

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

Color convert

RGB1028480-
CMYK00.180.220.6
HSL10.91º12.09%35.69%-
HSV(B)10.91º21.57%40%-
XYZ10.19.748.94-
YUV88.93122.96137.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=38.35%
G=31.58%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848000.180.220.610.9112.0935.69
Hex665450012163Cbc24
Octal1461241200222674131444
Binary1100110101010010100000100101011011110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665450; }

 p { color: rgb(102,84,80); }

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

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

 a { background-color: rgb(102,84,80); }

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

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

 span { border-color: rgb(102,84,80); }

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