#626160

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

Shades of Kabul #626160

Tints of Kabul #626160

Color information

#626160 (or 0x626160) is unknown color: approx Kabul. HEX triplet: 62, 61 and 60. RGB value is (98,97,96). Sum of RGB (Red+Green+Blue) = 98+97+96=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 98 - color contains mainly: red. Hex color #626160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626160 is #9D9E9F. Grayscale: #616161. Windows color (decimal): -10329760 or 6316386. OLE color: 6316386.

HSL color Cylindrical-coordinate representation of color #626160: hue angle of 30º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #626160 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB989796-
CMYK00.010.020.62
HSL30º1.03%38.04%-
HSV(B)30º2.04%38.43%-
XYZ11.4211.9912.78-
YUV97.18127.33128.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=33.68%
G=33.33%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98979600.010.020.62301.0338.04
Hex6261600123E1e126
Octal1421411400127636146
Binary1100010110000111000000110111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626160; }

 p { color: rgb(98,97,96); }

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

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

 a { background-color: rgb(98,97,96); }

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

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

 span { border-color: rgb(98,97,96); }

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