#61726B

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

Shades of Sirocco #61726B

Tints of Sirocco #61726B

Color information

#61726B (or 0x61726B) is unknown color: approx Sirocco. HEX triplet: 61, 72 and 6B. RGB value is (97,114,107). Sum of RGB (Red+Green+Blue) = 97+114+107=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #61726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61726B is #9E8D94. Grayscale: #6C6C6C. Windows color (decimal): -10390933 or 7041633. OLE color: 7041633.

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

Color convert

RGB97114107-
CMYK0.1500.060.55
HSL155.29º8.06%41.37%-
HSV(B)155.29º14.91%44.71%-
XYZ13.615.6416.21-
YUV108.12127.37120.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=30.50%
G=35.85%
B=33.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971141070.1500.060.55155.298.0641.37
Hex61726BF06379b829
Octal1411621531706672331051
Binary11000011110010110101111110110110111100110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61726B; }

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

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

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

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

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

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

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

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