#696053

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

Shades of Makara #696053

Tints of Makara #696053

Color information

#696053 (or 0x696053) is unknown color: approx Makara. HEX triplet: 69, 60 and 53. RGB value is (105,96,83). Sum of RGB (Red+Green+Blue) = 105+96+83=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #696053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696053 is #969FAC. Grayscale: #616161. Windows color (decimal): -9871277 or 5464169. OLE color: 5464169.

HSL color Cylindrical-coordinate representation of color #696053: hue angle of 35.45º 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 #696053 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1059683-
CMYK00.090.210.59
HSL35.45º11.7%36.86%-
HSV(B)35.45º20.95%41.18%-
XYZ11.5711.999.89-
YUV97.21119.98133.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=36.97%
G=33.80%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968300.090.210.5935.4511.736.86
Hex69605309153B23c25
Octal1511401230112573431445
Binary11010011100000101001101001101011110111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696053; }

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

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

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

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

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

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

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

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