#645F50

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

Shades of Makara #645F50

Tints of Makara #645F50

Color information

#645F50 (or 0x645F50) is unknown color: approx Makara. HEX triplet: 64, 5F and 50. RGB value is (100,95,80). Sum of RGB (Red+Green+Blue) = 100+95+80=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #645F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F50 is #9BA0AF. Grayscale: #5E5E5E. Windows color (decimal): -10199216 or 5267300. OLE color: 5267300.

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

Color convert

RGB1009580-
CMYK00.050.20.61
HSL45º11.11%35.29%-
HSV(B)45º20%39.22%-
XYZ10.811.479.23-
YUV94.78119.66131.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=36.36%
G=34.55%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100958000.050.20.614511.1135.29
Hex645F5005143D2db23
Octal144137120052475551343
Binary1100100101111110100000101101001111011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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