#696058

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

Shades of Kabul #696058

Tints of Kabul #696058

Color information

#696058 (or 0x696058) is unknown color: approx Kabul. HEX triplet: 69, 60 and 58. RGB value is (105,96,88). Sum of RGB (Red+Green+Blue) = 105+96+88=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696058 is #969FA7. Grayscale: #616161. Windows color (decimal): -9871272 or 5791849. OLE color: 5791849.

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

Color convert

RGB1059688-
CMYK00.090.160.59
HSL28.24º8.81%37.84%-
HSV(B)28.24º16.19%41.18%-
XYZ11.7712.0710.94-
YUV97.78122.48133.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=36.33%
G=33.22%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968800.090.160.5928.248.8137.84
Hex69605809103B1c926
Octal1511401300112073341146
Binary1101001110000010110000100110000111011111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696058; }

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

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

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

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

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

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

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

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