#664543

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

Shades of Congo Brown #664543

Tints of Congo Brown #664543

Color information

#664543 (or 0x664543) is unknown color: approx Congo Brown. HEX triplet: 66, 45 and 43. RGB value is (102,69,67). Sum of RGB (Red+Green+Blue) = 102+69+67=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664543 is #99BABC. Grayscale: #4E4E4E. Windows color (decimal): -10074813 or 4408678. OLE color: 4408678.

HSL color Cylindrical-coordinate representation of color #664543: hue angle of 3.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664543 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB1026967-
CMYK00.320.340.6
HSL3.43º20.71%33.14%-
HSV(B)3.43º34.31%40%-
XYZ8.627.496.3-
YUV78.64121.43144.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=42.86%
G=28.99%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102696700.320.340.63.4320.7133.14
Hex664543020223C31521
Octal146105103040427432541
Binary11001101000101100001101000001000101111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664543; }

 p { color: rgb(102,69,67); }

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

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

 a { background-color: rgb(102,69,67); }

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

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

 span { border-color: rgb(102,69,67); }

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