#66504B

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

Shades of Congo Brown #66504B

Tints of Congo Brown #66504B

Color information

#66504B (or 0x66504B) is unknown color: approx Congo Brown. HEX triplet: 66, 50 and 4B. RGB value is (102,80,75). Sum of RGB (Red+Green+Blue) = 102+80+75=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #66504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66504B is #99AFB4. Grayscale: #565656. Windows color (decimal): -10071989 or 4935782. OLE color: 4935782.

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

Color convert

RGB1028075-
CMYK00.220.260.6
HSL11.11º15.25%34.71%-
HSV(B)11.11º26.47%40%-
XYZ9.629.077.9-
YUV86.01121.79139.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=39.69%
G=31.13%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102807500.220.260.611.1115.2534.71
Hex66504B0161A3Cbf23
Octal1461201130263274131743
Binary1100110101000010010110101101101011110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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