#625A52

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

Shades of Kabul #625A52

Tints of Kabul #625A52

Color information

#625A52 (or 0x625A52) is unknown color: approx Kabul. HEX triplet: 62, 5A and 52. RGB value is (98,90,82). Sum of RGB (Red+Green+Blue) = 98+90+82=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #625A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A52 is #9DA5AD. Grayscale: #5B5B5B. Windows color (decimal): -10331566 or 5397090. OLE color: 5397090.

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

Color convert

RGB989082-
CMYK00.080.160.62
HSL30º8.89%35.29%-
HSV(B)30º16.33%38.43%-
XYZ10.2210.529.47-
YUV91.48122.65132.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=36.30%
G=33.33%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98908200.080.160.62308.8935.29
Hex625A5208103E1e923
Octal1421321220102076361143
Binary1100010101101010100100100010000111110111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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