#617269

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

Shades of Sirocco #617269

Tints of Sirocco #617269

Color information

#617269 (or 0x617269) is unknown color: approx Sirocco. HEX triplet: 61, 72 and 69. RGB value is (97,114,105). Sum of RGB (Red+Green+Blue) = 97+114+105=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #617269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617269 is #9E8D96. Grayscale: #6B6B6B. Windows color (decimal): -10390935 or 6910561. OLE color: 6910561.

HSL color Cylindrical-coordinate representation of color #617269: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #617269 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB97114105-
CMYK0.1500.080.55
HSL148.24º8.06%41.37%-
HSV(B)148.24º14.91%44.71%-
XYZ13.515.615.66-
YUV107.89126.37120.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=30.70%
G=36.08%
B=33.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971141050.1500.080.55148.248.0641.37
Hex617269F083794829
Octal14116215117010672241051
Binary110000111100101101001111101000110111100101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617269; }

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

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

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

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

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

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

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

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