#625E5A

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

Shades of Kabul #625E5A

Tints of Kabul #625E5A

Color information

#625E5A (or 0x625E5A) is unknown color: approx Kabul. HEX triplet: 62, 5E and 5A. RGB value is (98,94,90). Sum of RGB (Red+Green+Blue) = 98+94+90=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5A is #9DA1A5. Grayscale: #5E5E5E. Windows color (decimal): -10330534 or 5922402. OLE color: 5922402.

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

Color convert

RGB989490-
CMYK00.040.080.62
HSL30º4.26%36.86%-
HSV(B)30º8.16%38.43%-
XYZ10.8911.3411.29-
YUV94.74125.33130.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=34.75%
G=33.33%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949000.040.080.62304.2636.86
Hex625E5A0483E1e425
Octal14213613204107636445
Binary1100010101111010110100100100011111011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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