#62605E

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

Shades of Kabul #62605E

Tints of Kabul #62605E

Color information

#62605E (or 0x62605E) is unknown color: approx Kabul. HEX triplet: 62, 60 and 5E. RGB value is (98,96,94). Sum of RGB (Red+Green+Blue) = 98+96+94=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 98 - color contains mainly: red. Hex color #62605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62605E is #9D9FA1. Grayscale: #606060. Windows color (decimal): -10330018 or 6185058. OLE color: 6185058.

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

Color convert

RGB989694-
CMYK00.020.040.62
HSL30º2.08%37.65%-
HSV(B)30º4.08%38.43%-
XYZ11.2411.7712.27-
YUV96.37126.66129.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=34.03%
G=33.33%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98969400.020.040.62302.0837.65
Hex62605E0243E1e226
Octal1421401360247636246
Binary1100010110000010111100101001111101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62605E; }

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

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

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

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

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

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

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

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