#696256

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

Shades of Makara #696256

Tints of Makara #696256

Color information

#696256 (or 0x696256) is unknown color: approx Makara. HEX triplet: 69, 62 and 56. RGB value is (105,98,86). Sum of RGB (Red+Green+Blue) = 105+98+86=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696256 is #969DA9. Grayscale: #626262. Windows color (decimal): -9870762 or 5661289. OLE color: 5661289.

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

Color convert

RGB1059886-
CMYK00.070.180.59
HSL37.89º9.95%37.45%-
HSV(B)37.89º18.1%41.18%-
XYZ11.8712.4110.57-
YUV98.72120.82132.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=36.33%
G=33.91%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105988600.070.180.5937.899.9537.45
Hex69625607123B26a25
Octal151142126072273461245
Binary1101001110001010101100111100101110111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696256; }

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

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

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

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

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

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

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

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