#67756E

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

Shades of Sirocco #67756E

Tints of Sirocco #67756E

Color information

#67756E (or 0x67756E) is unknown color: approx Sirocco. HEX triplet: 67, 75 and 6E. RGB value is (103,117,110). Sum of RGB (Red+Green+Blue) = 103+117+110=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #67756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756E is #988A91. Grayscale: #707070. Windows color (decimal): -9996946 or 7239015. OLE color: 7239015.

HSL color Cylindrical-coordinate representation of color #67756E: hue angle of 150º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67756E is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB103117110-
CMYK0.1200.060.54
HSL150º6.36%43.14%-
HSV(B)150º11.97%45.88%-
XYZ14.7716.7317.2-
YUV112.02126.86121.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=31.21%
G=35.45%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171100.1200.060.541506.3643.14
Hex67756EC06369662b
Octal147165156140666226653
Binary1100111111010111011101100011011011010010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67756E; }

 p { color: rgb(103,117,110); }

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

<style>
 a { background-color: #67756E; }

 a { background-color: rgb(103,117,110); }

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

<style>
 span { border-color: #67756E; }

 span { border-color: rgb(103,117,110); }

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