#645C4A

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

Shades of Makara #645C4A

Tints of Makara #645C4A

Color information

#645C4A (or 0x645C4A) is unknown color: approx Makara. HEX triplet: 64, 5C and 4A. RGB value is (100,92,74). Sum of RGB (Red+Green+Blue) = 100+92+74=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #645C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C4A is #9BA3B5. Grayscale: #5C5C5C. Windows color (decimal): -10199990 or 4873316. OLE color: 4873316.

HSL color Cylindrical-coordinate representation of color #645C4A: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645C4A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1009274-
CMYK00.080.260.61
HSL41.54º14.94%34.12%-
HSV(B)41.54º26%39.22%-
XYZ10.3210.868.03-
YUV92.34117.65133.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=37.59%
G=34.59%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100927400.080.260.6141.5414.9434.12
Hex645C4A081A3D2af22
Octal1441341120103275521742
Binary11001001011100100101001000110101111011010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,74); }

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

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

 a { background-color: rgb(100,92,74); }

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

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

 span { border-color: rgb(100,92,74); }

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