#664343

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

Shades of Congo Brown #664343

Tints of Congo Brown #664343

Color information

#664343 (or 0x664343) is unknown color: approx Congo Brown. HEX triplet: 66, 43 and 43. RGB value is (102,67,67). Sum of RGB (Red+Green+Blue) = 102+67+67=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664343 is #99BCBC. Grayscale: #4D4D4D. Windows color (decimal): -10075325 or 4408166. OLE color: 4408166.

HSL color Cylindrical-coordinate representation of color #664343: hue angle of 0º 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 #664343 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB1026767-
CMYK00.340.340.6
HSL20.71%33.14%-
HSV(B)34.31%40%-
XYZ8.57.246.26-
YUV77.46122.1145.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=43.22%
G=28.39%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102676700.340.340.6020.7133.14
Hex664343022223C01521
Octal146103103042427402541
Binary1100110100001110000110100010100010111100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664343; }

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

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

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

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

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

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

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

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