#6B8784

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

Shades of Gumbo #6B8784

Tints of Gumbo #6B8784

Color information

#6B8784 (or 0x6B8784) is unknown color: approx Gumbo. HEX triplet: 6B, 87 and 84. RGB value is (107,135,132). Sum of RGB (Red+Green+Blue) = 107+135+132=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8784 is #94787B. Grayscale: #7E7E7E. Windows color (decimal): -9730172 or 8685419. OLE color: 8685419.

HSL color Cylindrical-coordinate representation of color #6B8784: hue angle of 173.57º 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 #6B8784 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB107135132-
CMYK0.2100.020.47
HSL173.57º11.57%47.45%-
HSV(B)173.57º20.74%52.94%-
XYZ18.8922.1225.1-
YUV126.29131.22114.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.61%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=28.61%
G=36.10%
B=35.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351320.2100.020.47173.5711.5747.45
Hex6B878415022Faec2f
Octal1532072042502572561457
Binary1101011100001111000010010101010101111101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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