#696153

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

Shades of Makara #696153

Tints of Makara #696153

Color information

#696153 (or 0x696153) is unknown color: approx Makara. HEX triplet: 69, 61 and 53. RGB value is (105,97,83). Sum of RGB (Red+Green+Blue) = 105+97+83=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #696153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696153 is #969EAC. Grayscale: #616161. Windows color (decimal): -9871021 or 5464425. OLE color: 5464425.

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

Color convert

RGB1059783-
CMYK00.080.210.59
HSL38.18º11.7%36.86%-
HSV(B)38.18º20.95%41.18%-
XYZ11.6612.189.92-
YUV97.8119.65133.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=36.84%
G=34.04%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105978300.080.210.5938.1811.736.86
Hex69615308153B26c25
Octal1511411230102573461445
Binary11010011100001101001101000101011110111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696153; }

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

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

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

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

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

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

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

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