#645F54

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

Shades of Makara #645F54

Tints of Makara #645F54

Color information

#645F54 (or 0x645F54) is unknown color: approx Makara. HEX triplet: 64, 5F and 54. RGB value is (100,95,84). Sum of RGB (Red+Green+Blue) = 100+95+84=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #645F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F54 is #9BA0AB. Grayscale: #5F5F5F. Windows color (decimal): -10199212 or 5529444. OLE color: 5529444.

HSL color Cylindrical-coordinate representation of color #645F54: hue angle of 41.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645F54 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB1009584-
CMYK00.050.160.61
HSL41.25º8.7%36.08%-
HSV(B)41.25º16%39.22%-
XYZ10.9511.5310.04-
YUV95.24121.66131.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=35.84%
G=34.05%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100958400.050.160.6141.258.736.08
Hex645F5405103D29924
Octal144137124052075511144
Binary1100100101111110101000101100001111011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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