#6C8377

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

Shades of Sirocco #6C8377

Tints of Sirocco #6C8377

Color information

#6C8377 (or 0x6C8377) is unknown color: approx Sirocco. HEX triplet: 6C, 83 and 77. RGB value is (108,131,119). Sum of RGB (Red+Green+Blue) = 108+131+119=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8377 is #937C88. Grayscale: #7A7A7A. Windows color (decimal): -9665673 or 7832428. OLE color: 7832428.

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

Color convert

RGB108131119-
CMYK0.1800.090.49
HSL148.7º9.62%46.86%-
HSV(B)148.7º17.56%51.37%-
XYZ17.6320.7520.53-
YUV122.76125.88117.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=30.17%
G=36.59%
B=33.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311190.1800.090.49148.79.6246.86
Hex6C837712093195a2f
Octal15420316722011612251257
Binary11011001000001111101111001001001110001100101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,119); }

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

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

 a { background-color: rgb(108,131,119); }

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

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

 span { border-color: rgb(108,131,119); }

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