#664840

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

Shades of Congo Brown #664840

Tints of Congo Brown #664840

Color information

#664840 (or 0x664840) is unknown color: approx Congo Brown. HEX triplet: 66, 48 and 40. RGB value is (102,72,64). Sum of RGB (Red+Green+Blue) = 102+72+64=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664840 is #99B7BF. Grayscale: #505050. Windows color (decimal): -10074048 or 4212838. OLE color: 4212838.

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

Color convert

RGB1027264-
CMYK00.290.370.6
HSL12.63º22.89%32.55%-
HSV(B)12.63º37.25%40%-
XYZ8.727.835.9-
YUV80.06118.94143.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=42.86%
G=30.25%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102726400.290.370.612.6322.8932.55
Hex66484001D253Cd1721
Octal1461101000354574152741
Binary110011010010001000000011101100101111100110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664840; }

 p { color: rgb(102,72,64); }

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

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

 a { background-color: rgb(102,72,64); }

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

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

 span { border-color: rgb(102,72,64); }

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