#62756A

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

Shades of Sirocco #62756A

Tints of Sirocco #62756A

Color information

#62756A (or 0x62756A) is unknown color: approx Sirocco. HEX triplet: 62, 75 and 6A. RGB value is (98,117,106). Sum of RGB (Red+Green+Blue) = 98+117+106=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #62756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62756A is #9D8A95. Grayscale: #6E6E6E. Windows color (decimal): -10324630 or 6976866. OLE color: 6976866.

HSL color Cylindrical-coordinate representation of color #62756A: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62756A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB98117106-
CMYK0.1600.090.54
HSL145.26º8.84%42.16%-
HSV(B)145.26º16.24%45.88%-
XYZ1416.3616.06-
YUV110.06125.71119.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=30.53%
G=36.45%
B=33.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981171060.1600.090.54145.268.8442.16
Hex62756A1009369192a
Octal14216515220011662211152
Binary1100010111010111010101000001001110110100100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62756A; }

 p { color: rgb(98,117,106); }

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

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

 a { background-color: rgb(98,117,106); }

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

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

 span { border-color: rgb(98,117,106); }

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