#696258

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

Shades of Makara #696258

Tints of Makara #696258

Color information

#696258 (or 0x696258) is unknown color: approx Makara. HEX triplet: 69, 62 and 58. RGB value is (105,98,88). Sum of RGB (Red+Green+Blue) = 105+98+88=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696258 is #969DA7. Grayscale: #636363. Windows color (decimal): -9870760 or 5792361. OLE color: 5792361.

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

Color convert

RGB1059888-
CMYK00.070.160.59
HSL35.29º8.81%37.84%-
HSV(B)35.29º16.19%41.18%-
XYZ11.9512.4411-
YUV98.95121.82132.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=36.08%
G=33.68%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105988800.070.160.5935.298.8137.84
Hex69625807103B23926
Octal151142130072073431146
Binary1101001110001010110000111100001110111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696258; }

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

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

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

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

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

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

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

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