#696150

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

Shades of Makara #696150

Tints of Makara #696150

Color information

#696150 (or 0x696150) is unknown color: approx Makara. HEX triplet: 69, 61 and 50. RGB value is (105,97,80). Sum of RGB (Red+Green+Blue) = 105+97+80=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #696150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696150 is #969EAF. Grayscale: #616161. Windows color (decimal): -9871024 or 5267817. OLE color: 5267817.

HSL color Cylindrical-coordinate representation of color #696150: hue angle of 40.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696150 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1059780-
CMYK00.080.240.59
HSL40.8º13.51%36.27%-
HSV(B)40.8º23.81%41.18%-
XYZ11.5512.139.32-
YUV97.45118.15133.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=37.23%
G=34.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105978000.080.240.5940.813.5136.27
Hex69615008183B29e24
Octal1511411200103073511644
Binary11010011100001101000001000110001110111010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696150; }

 p { color: rgb(105,97,80); }

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

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

 a { background-color: rgb(105,97,80); }

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

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

 span { border-color: rgb(105,97,80); }

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