#645F4F

Color #645F4F Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #645F4F

Tints of Makara #645F4F

Color information

#645F4F (or 0x645F4F) is unknown color: approx Makara. HEX triplet: 64, 5F and 4F. RGB value is (100,95,79). Sum of RGB (Red+Green+Blue) = 100+95+79=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #645F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F4F is #9BA0B0. Grayscale: #5E5E5E. Windows color (decimal): -10199217 or 5201764. OLE color: 5201764.

HSL color Cylindrical-coordinate representation of color #645F4F: hue angle of 45.71º 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 #645F4F is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1009579-
CMYK00.050.210.61
HSL45.71º11.73%35.1%-
HSV(B)45.71º21%39.22%-
XYZ10.7611.469.04-
YUV94.67119.16131.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=36.50%
G=34.67%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100957900.050.210.6145.7111.7335.1
Hex645F4F05153D2ec23
Octal144137117052575561443
Binary1100100101111110011110101101011111011011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645F4F; }

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

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

<style>
 a { background-color: #645F4F; }

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

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

<style>
 span { border-color: #645F4F; }

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

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