#664B4A

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

Shades of Congo Brown #664B4A

Tints of Congo Brown #664B4A

Color information

#664B4A (or 0x664B4A) is unknown color: approx Congo Brown. HEX triplet: 66, 4B and 4A. RGB value is (102,75,74). Sum of RGB (Red+Green+Blue) = 102+75+74=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B4A is #99B4B5. Grayscale: #525252. Windows color (decimal): -10073270 or 4868966. OLE color: 4868966.

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

Color convert

RGB1027574-
CMYK00.260.270.6
HSL2.14º15.91%34.51%-
HSV(B)2.14º27.45%40%-
XYZ9.238.357.6-
YUV82.96122.95141.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=40.64%
G=29.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102757400.260.270.62.1415.9134.51
Hex664B4A01A1B3C21023
Octal146113112032337422043
Binary110011010010111001010011010110111111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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