#696059

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

Shades of Kabul #696059

Tints of Kabul #696059

Color information

#696059 (or 0x696059) is unknown color: approx Kabul. HEX triplet: 69, 60 and 59. RGB value is (105,96,89). Sum of RGB (Red+Green+Blue) = 105+96+89=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696059 is #969FA6. Grayscale: #616161. Windows color (decimal): -9871271 or 5857385. OLE color: 5857385.

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

Color convert

RGB1059689-
CMYK00.090.150.59
HSL26.25º8.25%38.04%-
HSV(B)26.25º15.24%41.18%-
XYZ11.8112.0911.16-
YUV97.89122.98133.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=36.21%
G=33.10%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968900.090.150.5926.258.2538.04
Hex69605909F3B1a826
Octal1511401310111773321046
Binary110100111000001011001010011111111011110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696059; }

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

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

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

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

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

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

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

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