#696252

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

Shades of Makara #696252

Tints of Makara #696252

Color information

#696252 (or 0x696252) is unknown color: approx Makara. HEX triplet: 69, 62 and 52. RGB value is (105,98,82). Sum of RGB (Red+Green+Blue) = 105+98+82=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #696252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696252 is #969DAD. Grayscale: #626262. Windows color (decimal): -9870766 or 5399145. OLE color: 5399145.

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

Color convert

RGB1059882-
CMYK00.070.220.59
HSL41.74º12.3%36.67%-
HSV(B)41.74º21.9%41.18%-
XYZ11.7212.359.75-
YUV98.27118.82132.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=36.84%
G=34.39%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105988200.070.220.5941.7412.336.67
Hex69625207163B2ac25
Octal151142122072673521445
Binary1101001110001010100100111101101110111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696252; }

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

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

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

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

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

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

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

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