#68645C

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

Shades of Makara #68645C

Tints of Makara #68645C

Color information

#68645C (or 0x68645C) is unknown color: approx Makara. HEX triplet: 68, 64 and 5C. RGB value is (104,100,92). Sum of RGB (Red+Green+Blue) = 104+100+92=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645C is #979BA3. Grayscale: #646464. Windows color (decimal): -9935780 or 6055016. OLE color: 6055016.

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

Color convert

RGB10410092-
CMYK00.040.120.59
HSL40º6.12%38.43%-
HSV(B)40º11.54%40.78%-
XYZ12.212.8311.96-
YUV100.28123.33130.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=35.14%
G=33.78%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041009200.040.120.59406.1238.43
Hex68645C04C3B28626
Octal15014413404147350646
Binary11010001100100101110001001100111011101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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