#68625B

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

Shades of Makara #68625B

Tints of Makara #68625B

Color information

#68625B (or 0x68625B) is unknown color: approx Makara. HEX triplet: 68, 62 and 5B. RGB value is (104,98,91). Sum of RGB (Red+Green+Blue) = 104+98+91=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #68625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625B is #979DA4. Grayscale: #636363. Windows color (decimal): -9936293 or 5988968. OLE color: 5988968.

HSL color Cylindrical-coordinate representation of color #68625B: hue angle of 32.31º degrees, saturation: 0.07, 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 #68625B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1049891-
CMYK00.060.120.59
HSL32.31º6.67%38.24%-
HSV(B)32.31º12.5%40.78%-
XYZ11.9612.4311.67-
YUV99123.49131.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=35.49%
G=33.45%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989100.060.120.5932.316.6738.24
Hex68625B06C3B20726
Octal15014213306147340746
Binary11010001100010101101101101100111011100000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68625B; }

 p { color: rgb(104,98,91); }

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

<style>
 a { background-color: #68625B; }

 a { background-color: rgb(104,98,91); }

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

<style>
 span { border-color: #68625B; }

 span { border-color: rgb(104,98,91); }

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