#6B8277

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

Shades of Sirocco #6B8277

Tints of Sirocco #6B8277

Color information

#6B8277 (or 0x6B8277) is unknown color: approx Sirocco. HEX triplet: 6B, 82 and 77. RGB value is (107,130,119). Sum of RGB (Red+Green+Blue) = 107+130+119=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8277 is #947D88. Grayscale: #797979. Windows color (decimal): -9731465 or 7832171. OLE color: 7832171.

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

Color convert

RGB107130119-
CMYK0.1800.080.49
HSL151.3º9.7%46.47%-
HSV(B)151.3º17.69%50.98%-
XYZ17.3820.4220.48-
YUV121.87126.38117.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.06%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=30.06%
G=36.52%
B=33.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071301190.1800.080.49151.39.746.47
Hex6B827712083197a2e
Octal15320216722010612271256
Binary11010111000001011101111001001000110001100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,119); }

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

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

 a { background-color: rgb(107,130,119); }

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

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

 span { border-color: rgb(107,130,119); }

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