#696056

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

Shades of Kabul #696056

Tints of Kabul #696056

Color information

#696056 (or 0x696056) is unknown color: approx Kabul. HEX triplet: 69, 60 and 56. RGB value is (105,96,86). Sum of RGB (Red+Green+Blue) = 105+96+86=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #696056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696056 is #969FA9. Grayscale: #616161. Windows color (decimal): -9871274 or 5660777. OLE color: 5660777.

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

Color convert

RGB1059686-
CMYK00.090.180.59
HSL31.58º9.95%37.45%-
HSV(B)31.58º18.1%41.18%-
XYZ11.6912.0410.51-
YUV97.55121.48133.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=36.59%
G=33.45%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105968600.090.180.5931.589.9537.45
Hex69605609123B20a25
Octal1511401260112273401245
Binary11010011100000101011001001100101110111000001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696056; }

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

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

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

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

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

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

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

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