Html Css Color HEX #6C8881 Gumbo

📋 copy color: '#6C8881'

red 108 ◦ green 136 ◦ blue 129

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

Shades of Gumbo #6C8881

Tints of Gumbo #6C8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 28.95%
G = 36.46%
B = 34.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#6C8881 (or 0x6C8881) is known color: Gumbo. HEX triplet: 6C, 88 and 81. RGB value is (108,136,129). Sum of RGB (Red+Green+Blue) = 108+136+129=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8881 is #93777E. Grayscale: #7E7E7E. Windows color (decimal): -9664383 or 8489068. OLE color: 8489068.

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

Color convert

RGB 108 136 129 -
CMYK 0.21 0 0.05 0.47
HSL 165º 0.11% 0.48% -
HSV(B) 165º 0.21% 0.53% -
XYZ 18.95 22.38 24.09 -
YUV 126.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 108 136 129 0.21 0 0.05 0.47 165 0.11 0.48
Hex 6C 88 81 15 0 5 2F A5 B 30
Octal 154 210 201 25 0 5 57 245 13 60
Binary 1101100 10001000 10000001 10101 0 101 101111 10100101 1011 110000

Color Harmonies of #6C8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8881

Black with #6C8881

Text Example


Text Example

White with #6C8881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,136,129); }

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

background-color css

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

 a { background-color: rgb(108,136,129); }

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

border-color css

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

 span { border-color: rgb(108,136,129); }

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