#618269

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

Shades of Sirocco #618269

Tints of Sirocco #618269

Color information

#618269 (or 0x618269) is unknown color: approx Sirocco. HEX triplet: 61, 82 and 69. RGB value is (97,130,105). Sum of RGB (Red+Green+Blue) = 97+130+105=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #618269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618269 is #9E7D96. Grayscale: #757575. Windows color (decimal): -10386839 or 6914657. OLE color: 6914657.

HSL color Cylindrical-coordinate representation of color #618269: hue angle of 134.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618269 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB97130105-
CMYK0.2500.190.49
HSL134.55º14.54%44.51%-
HSV(B)134.55º25.38%50.98%-
XYZ15.4619.5316.32-
YUV117.28121.07113.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=29.22%
G=39.16%
B=31.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301050.2500.190.49134.5514.5444.51
Hex618269190133187f2d
Octal14120215131023612071755
Binary110000110000010110100111001010011110001100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618269; }

 p { color: rgb(97,130,105); }

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

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

 a { background-color: rgb(97,130,105); }

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

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

 span { border-color: rgb(97,130,105); }

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