Html Css Color HEX #6C8786 Gumbo

📋 copy color: '#6C8786'

red 108 ◦ green 135 ◦ blue 134

#6C8786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #6C8786

Tints of Gumbo #6C8786

RGB

 RED value IS 108 (42.58% from 255) = 28.65%

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 28.65%
G = 35.81%
B = 35.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#6C8786 (or 0x6C8786) is known color: Gumbo. HEX triplet: 6C, 87 and 86. RGB value is (108,135,134). Sum of RGB (Red+Green+Blue) = 108+135+134=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8786 is #937879. Grayscale: #7E7E7E. Windows color (decimal): -9664634 or 8816492. OLE color: 8816492.

HSL color Cylindrical-coordinate representation of color #6C8786: hue angle of 177.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C8786 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 134 -
CMYK 0.2 0 0.01 0.47
HSL 177.78º 0.11% 0.48% -
HSV(B) 177.78º 0.2% 0.53% -
XYZ 19.15 22.24 25.84 -
YUV 126.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 108 135 134 0.2 0 0.01 0.47 177.78 0.11 0.48
Hex 6C 87 86 14 0 1 2F B2 B 30
Octal 154 207 206 24 0 1 57 262 13 60
Binary 1101100 10000111 10000110 10100 0 1 101111 10110010 1011 110000

Color Harmonies of #6C8786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8786

Black with #6C8786

Text Example


Text Example

White with #6C8786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,134); }

 H1.HeaderClassName
 {
   color: #6C8786;
 }
 .AnyTagClassName
 {
   color: #6C8786;
 }
</style>

background-color css

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

 a { background-color: rgb(108,135,134); }

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

border-color css

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

 span { border-color: rgb(108,135,134); }

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