#6C8273

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

Shades of Sirocco #6C8273

Tints of Sirocco #6C8273

Color information

#6C8273 (or 0x6C8273) is unknown color: approx Sirocco. HEX triplet: 6C, 82 and 73. RGB value is (108,130,115). Sum of RGB (Red+Green+Blue) = 108+130+115=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8273 is #937D8C. Grayscale: #797979. Windows color (decimal): -9665933 or 7570028. OLE color: 7570028.

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

Color convert

RGB108130115-
CMYK0.1700.120.49
HSL139.09º9.24%46.67%-
HSV(B)139.09º16.92%50.98%-
XYZ17.2620.3919.25-
YUV121.71124.21118.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=30.59%
G=36.83%
B=32.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081301150.1700.120.49139.099.2446.67
Hex6C8273110C318b92f
Octal15420216321014612131157
Binary11011001000001011100111000101100110001100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,115); }

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

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

 a { background-color: rgb(108,130,115); }

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

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

 span { border-color: rgb(108,130,115); }

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