#664C45

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

Shades of Congo Brown #664C45

Tints of Congo Brown #664C45

Color information

#664C45 (or 0x664C45) is unknown color: approx Congo Brown. HEX triplet: 66, 4C and 45. RGB value is (102,76,69). Sum of RGB (Red+Green+Blue) = 102+76+69=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C45 is #99B3BA. Grayscale: #535353. Windows color (decimal): -10073019 or 4541542. OLE color: 4541542.

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

Color convert

RGB1027669-
CMYK00.250.320.6
HSL12.73º19.3%33.53%-
HSV(B)12.73º32.35%40%-
XYZ9.148.426.77-
YUV82.98120.11141.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=41.30%
G=30.77%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102766900.250.320.612.7319.333.53
Hex664C45019203Cd1322
Octal1461141050314074152342
Binary110011010011001000101011001100000111100110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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