#664D4B

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

Shades of Congo Brown #664D4B

Tints of Congo Brown #664D4B

Color information

#664D4B (or 0x664D4B) is unknown color: approx Congo Brown. HEX triplet: 66, 4D and 4B. RGB value is (102,77,75). Sum of RGB (Red+Green+Blue) = 102+77+75=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D4B is #99B2B4. Grayscale: #545454. Windows color (decimal): -10072757 or 4935014. OLE color: 4935014.

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

Color convert

RGB1027775-
CMYK00.250.260.6
HSL4.44º15.25%34.71%-
HSV(B)4.44º26.47%40%-
XYZ9.48.647.83-
YUV84.25122.78140.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=40.16%
G=30.31%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102777500.250.260.64.4415.2534.71
Hex664D4B0191A3C4f23
Octal146115113031327441743
Binary110011010011011001011011001110101111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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