#617268

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

Shades of Sirocco #617268

Tints of Sirocco #617268

Color information

#617268 (or 0x617268) is unknown color: approx Sirocco. HEX triplet: 61, 72 and 68. RGB value is (97,114,104). Sum of RGB (Red+Green+Blue) = 97+114+104=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #617268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617268 is #9E8D97. Grayscale: #6B6B6B. Windows color (decimal): -10390936 or 6845025. OLE color: 6845025.

HSL color Cylindrical-coordinate representation of color #617268: hue angle of 144.71º 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 #617268 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB97114104-
CMYK0.1500.090.55
HSL144.71º8.06%41.37%-
HSV(B)144.71º14.91%44.71%-
XYZ13.4515.5815.39-
YUV107.78125.87120.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=30.79%
G=36.19%
B=33.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971141040.1500.090.55144.718.0641.37
Hex617268F093791829
Octal14116215017011672211051
Binary110000111100101101000111101001110111100100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617268; }

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

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

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

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

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

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

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

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