#64625F

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

Shades of Makara #64625F

Tints of Makara #64625F

Color information

#64625F (or 0x64625F) is unknown color: approx Makara. HEX triplet: 64, 62 and 5F. RGB value is (100,98,95). Sum of RGB (Red+Green+Blue) = 100+98+95=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 100 - color contains mainly: red. Hex color #64625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64625F is #9B9DA0. Grayscale: #626262. Windows color (decimal): -10198433 or 6251108. OLE color: 6251108.

HSL color Cylindrical-coordinate representation of color #64625F: hue angle of 36º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #64625F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1009895-
CMYK00.020.050.61
HSL36º2.56%38.24%-
HSV(B)36º5%39.22%-
XYZ11.6912.2712.58-
YUV98.26126.16129.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=34.13%
G=33.45%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100989500.020.050.61362.5638.24
Hex64625F0253D24326
Octal1441421370257544346
Binary11001001100010101111101010111110110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64625F; }

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

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

<style>
 a { background-color: #64625F; }

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

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

<style>
 span { border-color: #64625F; }

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

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