#645F53

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

Shades of Makara #645F53

Tints of Makara #645F53

Color information

#645F53 (or 0x645F53) is unknown color: approx Makara. HEX triplet: 64, 5F and 53. RGB value is (100,95,83). Sum of RGB (Red+Green+Blue) = 100+95+83=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F53 is #9BA0AC. Grayscale: #5F5F5F. Windows color (decimal): -10199213 or 5463908. OLE color: 5463908.

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

Color convert

RGB1009583-
CMYK00.050.170.61
HSL42.35º9.29%35.88%-
HSV(B)42.35º17%39.22%-
XYZ10.9111.529.83-
YUV95.13121.16131.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=35.97%
G=34.17%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100958300.050.170.6142.359.2935.88
Hex645F5305113D2a924
Octal144137123052175521144
Binary1100100101111110100110101100011111011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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