#6D8475

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

Shades of Sirocco #6D8475

Tints of Sirocco #6D8475

Color information

#6D8475 (or 0x6D8475) is unknown color: approx Sirocco. HEX triplet: 6D, 84 and 75. RGB value is (109,132,117). Sum of RGB (Red+Green+Blue) = 109+132+117=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8475 is #927B8A. Grayscale: #7B7B7B. Windows color (decimal): -9599883 or 7701613. OLE color: 7701613.

HSL color Cylindrical-coordinate representation of color #6D8475: hue angle of 140.87º degrees, saturation: 0.1, 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 #6D8475 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB109132117-
CMYK0.1700.110.48
HSL140.87º9.54%47.25%-
HSV(B)140.87º17.42%51.76%-
XYZ17.7721.0419.95-
YUV123.41124.38117.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.45%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=30.45%
G=36.87%
B=32.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091321170.1700.110.48140.879.5447.25
Hex6D8475110B308da2f
Octal15520416521013602151257
Binary11011011000010011101011000101011110000100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,117); }

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

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

 a { background-color: rgb(109,132,117); }

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

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

 span { border-color: rgb(109,132,117); }

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