#696358

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

Shades of Makara #696358

Tints of Makara #696358

Color information

#696358 (or 0x696358) is unknown color: approx Makara. HEX triplet: 69, 63 and 58. RGB value is (105,99,88). Sum of RGB (Red+Green+Blue) = 105+99+88=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #696358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696358 is #969CA7. Grayscale: #636363. Windows color (decimal): -9870504 or 5792617. OLE color: 5792617.

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

Color convert

RGB1059988-
CMYK00.060.160.59
HSL38.82º8.81%37.84%-
HSV(B)38.82º16.19%41.18%-
XYZ12.0512.6311.04-
YUV99.54121.49131.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=35.96%
G=33.90%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105998800.060.160.5938.828.8137.84
Hex69635806103B27926
Octal151143130062073471146
Binary1101001110001110110000110100001110111001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696358; }

 p { color: rgb(105,99,88); }

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

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

 a { background-color: rgb(105,99,88); }

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

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

 span { border-color: rgb(105,99,88); }

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