#6B766E

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

Shades of Sirocco #6B766E

Tints of Sirocco #6B766E

Color information

#6B766E (or 0x6B766E) is unknown color: approx Sirocco. HEX triplet: 6B, 76 and 6E. RGB value is (107,118,110). Sum of RGB (Red+Green+Blue) = 107+118+110=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766E is #948991. Grayscale: #717171. Windows color (decimal): -9734546 or 7239275. OLE color: 7239275.

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

Color convert

RGB107118110-
CMYK0.0900.070.54
HSL136.36º4.89%44.12%-
HSV(B)136.36º9.32%46.27%-
XYZ15.3617.2117.26-
YUV113.8125.86123.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=31.94%
G=35.22%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071181100.0900.070.54136.364.8944.12
Hex6B766E907368852c
Octal153166156110766210554
Binary1101011111011011011101001011111011010001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,110); }

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

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

 a { background-color: rgb(107,118,110); }

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

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

 span { border-color: rgb(107,118,110); }

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