#696052

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

Shades of Makara #696052

Tints of Makara #696052

Color information

#696052 (or 0x696052) is unknown color: approx Makara. HEX triplet: 69, 60 and 52. RGB value is (105,96,82). Sum of RGB (Red+Green+Blue) = 105+96+82=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #696052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696052 is #969FAD. Grayscale: #616161. Windows color (decimal): -9871278 or 5398633. OLE color: 5398633.

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

Color convert

RGB1059682-
CMYK00.090.220.59
HSL36.52º12.3%36.67%-
HSV(B)36.52º21.9%41.18%-
XYZ11.5311.989.69-
YUV97.1119.48133.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=37.10%
G=33.92%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968200.090.220.5936.5212.336.67
Hex69605209163B25c25
Octal1511401220112673451445
Binary11010011100000101001001001101101110111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696052; }

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

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

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

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

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

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

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

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