#625E5B

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

Shades of Kabul #625E5B

Tints of Kabul #625E5B

Color information

#625E5B (or 0x625E5B) is unknown color: approx Kabul. HEX triplet: 62, 5E and 5B. RGB value is (98,94,91). Sum of RGB (Red+Green+Blue) = 98+94+91=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5B is #9DA1A4. Grayscale: #5E5E5E. Windows color (decimal): -10330533 or 5987938. OLE color: 5987938.

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

Color convert

RGB989491-
CMYK00.040.070.62
HSL25.71º3.7%37.06%-
HSV(B)25.71º7.14%38.43%-
XYZ10.9311.3611.51-
YUV94.85125.83130.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=34.63%
G=33.22%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949100.040.070.6225.713.737.06
Hex625E5B0473E1a425
Octal1421361330477632445
Binary110001010111101011011010011111111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E5B; }

 p { color: rgb(98,94,91); }

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

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

 a { background-color: rgb(98,94,91); }

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

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

 span { border-color: rgb(98,94,91); }

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