Html Css Color HEX #6D8582 Gumbo

📋 copy color: '#6D8582'

red 109 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #6D8582

Tints of Gumbo #6D8582

RGB

 RED value IS 109 (42.97% from 255) = 29.3%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 29.3%
G = 35.75%
B = 34.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#6D8582 (or 0x6D8582) is known color: Gumbo. HEX triplet: 6D, 85 and 82. RGB value is (109,133,130). Sum of RGB (Red+Green+Blue) = 109+133+130=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8582 is #927A7D. Grayscale: #7D7D7D. Windows color (decimal): -9599614 or 8553837. OLE color: 8553837.

HSL color Cylindrical-coordinate representation of color #6D8582: hue angle of 172.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8582 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 130 -
CMYK 0.18 0 0.02 0.48
HSL 172.5º 0.1% 0.47% -
HSV(B) 172.5º 0.18% 0.52% -
XYZ 18.72 21.64 24.31 -
YUV 125.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 109 133 130 0.18 0 0.02 0.48 172.5 0.1 0.47
Hex 6D 85 82 12 0 2 30 AC A 2F
Octal 155 205 202 22 0 2 60 254 12 57
Binary 1101101 10000101 10000010 10010 0 10 110000 10101100 1010 101111

Color Harmonies of #6D8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8582

Black with #6D8582

Text Example


Text Example

White with #6D8582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,130); }

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

background-color css

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

 a { background-color: rgb(109,133,130); }

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

border-color css

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

 span { border-color: rgb(109,133,130); }

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