#64524F

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

Shades of Congo Brown #64524F

Tints of Congo Brown #64524F

Color information

#64524F (or 0x64524F) is unknown color: approx Congo Brown. HEX triplet: 64, 52 and 4F. RGB value is (100,82,79). Sum of RGB (Red+Green+Blue) = 100+82+79=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64524F is #9BADB0. Grayscale: #575757. Windows color (decimal): -10202545 or 5198436. OLE color: 5198436.

HSL color Cylindrical-coordinate representation of color #64524F: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64524F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1008279-
CMYK00.180.210.61
HSL8.57º11.73%35.1%-
HSV(B)8.57º21%39.22%-
XYZ9.689.318.68-
YUV87.04123.46137.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=38.31%
G=31.42%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100827900.180.210.618.5711.7335.1
Hex64524F012153D9c23
Octal1441221170222575111443
Binary1100100101001010011110100101010111110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64524F; }

 p { color: rgb(100,82,79); }

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

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

 a { background-color: rgb(100,82,79); }

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

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

 span { border-color: rgb(100,82,79); }

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