#66504E

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

Shades of Congo Brown #66504E

Tints of Congo Brown #66504E

Color information

#66504E (or 0x66504E) is unknown color: approx Congo Brown. HEX triplet: 66, 50 and 4E. RGB value is (102,80,78). Sum of RGB (Red+Green+Blue) = 102+80+78=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66504E is #99AFB1. Grayscale: #565656. Windows color (decimal): -10071986 or 5132390. OLE color: 5132390.

HSL color Cylindrical-coordinate representation of color #66504E: hue angle of 5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66504E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1028078-
CMYK00.220.240.6
HSL13.33%35.29%-
HSV(B)23.53%40%-
XYZ9.729.118.45-
YUV86.35123.29139.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 30%
R=39.23%
G=30.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102807800.220.240.6513.3335.29
Hex66504E016183C5d23
Octal146120116026307451543
Binary110011010100001001110010110110001111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66504E; }

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

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

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

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

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

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

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

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