#6E8478

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

Shades of Sirocco #6E8478

Tints of Sirocco #6E8478

Color information

#6E8478 (or 0x6E8478) is unknown color: approx Sirocco. HEX triplet: 6E, 84 and 78. RGB value is (110,132,120). Sum of RGB (Red+Green+Blue) = 110+132+120=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8478 is #917B87. Grayscale: #7C7C7C. Windows color (decimal): -9534344 or 7898222. OLE color: 7898222.

HSL color Cylindrical-coordinate representation of color #6E8478: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E8478 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB110132120-
CMYK0.1700.090.48
HSL147.27º9.09%47.45%-
HSV(B)147.27º16.67%51.76%-
XYZ18.0721.1720.9-
YUV124.05125.71117.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=30.39%
G=36.46%
B=33.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321200.1700.090.48147.279.0947.45
Hex6E84781109309392f
Octal15620417021011602231157
Binary11011101000010011110001000101001110000100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,120); }

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

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

 a { background-color: rgb(110,132,120); }

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

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

 span { border-color: rgb(110,132,120); }

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