#6C7871

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

Shades of Sirocco #6C7871

Tints of Sirocco #6C7871

Color information

#6C7871 (or 0x6C7871) is unknown color: approx Sirocco. HEX triplet: 6C, 78 and 71. RGB value is (108,120,113). Sum of RGB (Red+Green+Blue) = 108+120+113=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7871 is #93878E. Grayscale: #737373. Windows color (decimal): -9668495 or 7436396. OLE color: 7436396.

HSL color Cylindrical-coordinate representation of color #6C7871: hue angle of 145º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C7871 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB108120113-
CMYK0.1000.060.53
HSL145º5.26%44.71%-
HSV(B)145º10%47.06%-
XYZ15.8817.8118.22-
YUV115.61126.52122.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.67%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=31.67%
G=35.19%
B=33.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081201130.1000.060.531455.2644.71
Hex6C7871A06359152d
Octal154170161120665221555
Binary1101100111100011100011010011011010110010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,113); }

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

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

 a { background-color: rgb(108,120,113); }

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

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

 span { border-color: rgb(108,120,113); }

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