#64514C

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

Shades of Congo Brown #64514C

Tints of Congo Brown #64514C

Color information

#64514C (or 0x64514C) is unknown color: approx Congo Brown. HEX triplet: 64, 51 and 4C. RGB value is (100,81,76). Sum of RGB (Red+Green+Blue) = 100+81+76=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #64514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64514C is #9BAEB3. Grayscale: #565656. Windows color (decimal): -10202804 or 5001572. OLE color: 5001572.

HSL color Cylindrical-coordinate representation of color #64514C: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64514C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1008176-
CMYK00.190.240.61
HSL12.5º13.64%34.51%-
HSV(B)12.5º24%39.22%-
XYZ9.59.128.1-
YUV86.11122.29137.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=38.91%
G=31.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100817600.190.240.6112.513.6434.51
Hex64514C013183Dde23
Octal1441211140233075151643
Binary1100100101000110011000100111100011110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64514C; }

 p { color: rgb(100,81,76); }

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

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

 a { background-color: rgb(100,81,76); }

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

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

 span { border-color: rgb(100,81,76); }

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