#61816F

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

Shades of Sirocco #61816F

Tints of Sirocco #61816F

Color information

#61816F (or 0x61816F) is unknown color: approx Sirocco. HEX triplet: 61, 81 and 6F. RGB value is (97,129,111). Sum of RGB (Red+Green+Blue) = 97+129+111=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #61816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816F is #9E7E90. Grayscale: #757575. Windows color (decimal): -10387089 or 7307617. OLE color: 7307617.

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

Color convert

RGB97129111-
CMYK0.2500.140.49
HSL146.25º14.16%44.31%-
HSV(B)146.25º24.81%50.59%-
XYZ15.6519.3917.96-
YUV117.38124.4113.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=28.78%
G=38.28%
B=32.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291110.2500.140.49146.2514.1644.31
Hex61816F190E3192e2c
Octal14120115731016612221654
Binary11000011000000111011111100101110110001100100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61816F; }

 p { color: rgb(97,129,111); }

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

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

 a { background-color: rgb(97,129,111); }

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

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

 span { border-color: rgb(97,129,111); }

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