#6C776E

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

Shades of Sirocco #6C776E

Tints of Sirocco #6C776E

Color information

#6C776E (or 0x6C776E) is unknown color: approx Sirocco. HEX triplet: 6C, 77 and 6E. RGB value is (108,119,110). Sum of RGB (Red+Green+Blue) = 108+119+110=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776E is #938891. Grayscale: #727272. Windows color (decimal): -9668754 or 7239532. OLE color: 7239532.

HSL color Cylindrical-coordinate representation of color #6C776E: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C776E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB108119110-
CMYK0.0900.080.53
HSL130.91º4.85%44.51%-
HSV(B)130.91º9.24%46.67%-
XYZ15.617.5117.31-
YUV114.68125.36123.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=32.05%
G=35.31%
B=32.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081191100.0900.080.53130.914.8544.51
Hex6C776E908358352d
Octal1541671561101065203555
Binary11011001110111110111010010100011010110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,110); }

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

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

 a { background-color: rgb(108,119,110); }

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

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

 span { border-color: rgb(108,119,110); }

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