#664B46

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

Shades of Congo Brown #664B46

Tints of Congo Brown #664B46

Color information

#664B46 (or 0x664B46) is unknown color: approx Congo Brown. HEX triplet: 66, 4B and 46. RGB value is (102,75,70). Sum of RGB (Red+Green+Blue) = 102+75+70=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B46 is #99B4B9. Grayscale: #525252. Windows color (decimal): -10073274 or 4606822. OLE color: 4606822.

HSL color Cylindrical-coordinate representation of color #664B46: hue angle of 9.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664B46 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1027570-
CMYK00.260.310.6
HSL9.38º18.6%33.73%-
HSV(B)9.38º31.37%40%-
XYZ9.18.36.92-
YUV82.5120.95141.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=41.30%
G=30.36%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102757000.260.310.69.3818.633.73
Hex664B4601A1F3C91322
Octal1461131060323774112342
Binary11001101001011100011001101011111111100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B46; }

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

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

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

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

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

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

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

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