#6B8783

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

Shades of Gumbo #6B8783

Tints of Gumbo #6B8783

Color information

#6B8783 (or 0x6B8783) is unknown color: approx Gumbo. HEX triplet: 6B, 87 and 83. RGB value is (107,135,131). Sum of RGB (Red+Green+Blue) = 107+135+131=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8783 is #94787C. Grayscale: #7E7E7E. Windows color (decimal): -9730173 or 8619883. OLE color: 8619883.

HSL color Cylindrical-coordinate representation of color #6B8783: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8783 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB107135131-
CMYK0.2100.030.47
HSL171.43º11.57%47.45%-
HSV(B)171.43º20.74%52.94%-
XYZ18.8222.0924.74-
YUV126.17130.72114.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=28.69%
G=36.19%
B=35.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351310.2100.030.47171.4311.5747.45
Hex6B878315032Fabc2f
Octal1532072032503572531457
Binary1101011100001111000001110101011101111101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,131); }

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

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

 a { background-color: rgb(107,135,131); }

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

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

 span { border-color: rgb(107,135,131); }

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