#6C766F

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

Shades of Sirocco #6C766F

Tints of Sirocco #6C766F

Color information

#6C766F (or 0x6C766F) is unknown color: approx Sirocco. HEX triplet: 6C, 76 and 6F. RGB value is (108,118,111). Sum of RGB (Red+Green+Blue) = 108+118+111=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #6C766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C766F is #938990. Grayscale: #727272. Windows color (decimal): -9669009 or 7304812. OLE color: 7304812.

HSL color Cylindrical-coordinate representation of color #6C766F: hue angle of 138º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C766F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB108118111-
CMYK0.0800.060.54
HSL138º4.42%44.31%-
HSV(B)138º8.47%46.27%-
XYZ15.5317.2917.56-
YUV114.21126.19123.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=32.05%
G=35.01%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081181110.0800.060.541384.4244.31
Hex6C766F806368a42c
Octal154166157100666212454
Binary1101100111011011011111000011011011010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C766F; }

 p { color: rgb(108,118,111); }

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

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

 a { background-color: rgb(108,118,111); }

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

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

 span { border-color: rgb(108,118,111); }

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