#696158

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

Shades of Kabul #696158

Tints of Kabul #696158

Color information

#696158 (or 0x696158) is unknown color: approx Kabul. HEX triplet: 69, 61 and 58. RGB value is (105,97,88). Sum of RGB (Red+Green+Blue) = 105+97+88=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696158 is #969EA7. Grayscale: #626262. Windows color (decimal): -9871016 or 5792105. OLE color: 5792105.

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

Color convert

RGB1059788-
CMYK00.080.160.59
HSL31.76º8.81%37.84%-
HSV(B)31.76º16.19%41.18%-
XYZ11.8612.2610.97-
YUV98.37122.15132.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=36.21%
G=33.45%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105978800.080.160.5931.768.8137.84
Hex69615808103B20926
Octal1511411300102073401146
Binary11010011100001101100001000100001110111000001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696158; }

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

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

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

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

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

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

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

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