#696055

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

Shades of Makara #696055

Tints of Makara #696055

Color information

#696055 (or 0x696055) is unknown color: approx Makara. HEX triplet: 69, 60 and 55. RGB value is (105,96,85). Sum of RGB (Red+Green+Blue) = 105+96+85=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696055 is #969FAA. Grayscale: #616161. Windows color (decimal): -9871275 or 5595241. OLE color: 5595241.

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

Color convert

RGB1059685-
CMYK00.090.190.59
HSL33º10.53%37.25%-
HSV(B)33º19.05%41.18%-
XYZ11.6512.0210.3-
YUV97.44120.98133.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=36.71%
G=33.57%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968500.090.190.593310.5337.25
Hex69605509133B21b25
Octal1511401250112373411345
Binary11010011100000101010101001100111110111000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696055; }

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

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

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

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

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

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

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

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