#64514B

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

Shades of Congo Brown #64514B

Tints of Congo Brown #64514B

Color information

#64514B (or 0x64514B) is unknown color: approx Congo Brown. HEX triplet: 64, 51 and 4B. RGB value is (100,81,75). Sum of RGB (Red+Green+Blue) = 100+81+75=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #64514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64514B is #9BAEB4. Grayscale: #565656. Windows color (decimal): -10202805 or 4936036. OLE color: 4936036.

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

Color convert

RGB1008175-
CMYK00.190.250.61
HSL14.4º14.29%34.31%-
HSV(B)14.4º25%39.22%-
XYZ9.479.17.91-
YUV86121.79137.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=39.06%
G=31.64%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100817500.190.250.6114.414.2934.31
Hex64514B013193Dee22
Octal1441211130233175161642
Binary1100100101000110010110100111100111110111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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