#627066

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

Shades of Sirocco #627066

Tints of Sirocco #627066

Color information

#627066 (or 0x627066) is unknown color: approx Sirocco. HEX triplet: 62, 70 and 66. RGB value is (98,112,102). Sum of RGB (Red+Green+Blue) = 98+112+102=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #627066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627066 is #9D8F99. Grayscale: #6A6A6A. Windows color (decimal): -10325914 or 6713442. OLE color: 6713442.

HSL color Cylindrical-coordinate representation of color #627066: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #627066 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB98112102-
CMYK0.1300.090.56
HSL137.14º6.67%41.18%-
HSV(B)137.14º12.5%43.92%-
XYZ13.2315.1414.8-
YUV106.67125.36121.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=31.41%
G=35.90%
B=32.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981121020.1300.090.56137.146.6741.18
Hex627066D093889729
Octal1421601461501170211751
Binary11000101110000110011011010100111100010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627066; }

 p { color: rgb(98,112,102); }

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

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

 a { background-color: rgb(98,112,102); }

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

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

 span { border-color: rgb(98,112,102); }

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