#61766A

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

Shades of Sirocco #61766A

Tints of Sirocco #61766A

Color information

#61766A (or 0x61766A) is unknown color: approx Sirocco. HEX triplet: 61, 76 and 6A. RGB value is (97,118,106). Sum of RGB (Red+Green+Blue) = 97+118+106=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #61766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766A is #9E8995. Grayscale: #6E6E6E. Windows color (decimal): -10389910 or 6977121. OLE color: 6977121.

HSL color Cylindrical-coordinate representation of color #61766A: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61766A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB97118106-
CMYK0.1800.100.54
HSL145.71º9.77%42.16%-
HSV(B)145.71º17.8%46.27%-
XYZ14.0116.5416.09-
YUV110.35125.54118.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=30.22%
G=36.76%
B=33.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971181060.1800.100.54145.719.7742.16
Hex61766A120A3692a2a
Octal14116615222012662221252
Binary1100001111011011010101001001010110110100100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61766A; }

 p { color: rgb(97,118,106); }

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

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

 a { background-color: rgb(97,118,106); }

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

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

 span { border-color: rgb(97,118,106); }

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