#68645F

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

Shades of Makara #68645F

Tints of Makara #68645F

Color information

#68645F (or 0x68645F) is unknown color: approx Makara. HEX triplet: 68, 64 and 5F. RGB value is (104,100,95). Sum of RGB (Red+Green+Blue) = 104+100+95=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #68645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645F is #979BA0. Grayscale: #646464. Windows color (decimal): -9935777 or 6251624. OLE color: 6251624.

HSL color Cylindrical-coordinate representation of color #68645F: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68645F is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10410095-
CMYK00.040.090.59
HSL33.33º4.52%39.02%-
HSV(B)33.33º8.65%40.78%-
XYZ12.3312.8812.66-
YUV100.63124.83130.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=34.78%
G=33.44%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041009500.040.090.5933.334.5239.02
Hex68645F0493B21527
Octal15014413704117341547
Binary11010001100100101111101001001111011100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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