#618670

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

Shades of Sirocco #618670

Tints of Sirocco #618670

Color information

#618670 (or 0x618670) is unknown color: approx Sirocco. HEX triplet: 61, 86 and 70. RGB value is (97,134,112). Sum of RGB (Red+Green+Blue) = 97+134+112=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #618670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618670 is #9E798F. Grayscale: #787878. Windows color (decimal): -10385808 or 7374433. OLE color: 7374433.

HSL color Cylindrical-coordinate representation of color #618670: hue angle of 144.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618670 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB97134112-
CMYK0.2800.160.47
HSL144.32º16.02%45.29%-
HSV(B)144.32º27.61%52.55%-
XYZ16.3820.7618.47-
YUV120.43123.24111.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=28.28%
G=39.07%
B=32.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341120.2800.160.47144.3216.0245.29
Hex6186701C0102F90102d
Octal14120616034020572202055
Binary1100001100001101110000111000100001011111001000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618670; }

 p { color: rgb(97,134,112); }

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

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

 a { background-color: rgb(97,134,112); }

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

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

 span { border-color: rgb(97,134,112); }

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