Html Css Color HEX #6D8282 Gumbo

📋 copy color: '#6D8282'

red 109 ◦ green 130 ◦ blue 130

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

Shades of Gumbo #6D8282

Tints of Gumbo #6D8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 29.54%
G = 35.23%
B = 35.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D8282 (or 0x6D8282) is known color: Gumbo. HEX triplet: 6D, 82 and 82. RGB value is (109,130,130). Sum of RGB (Red+Green+Blue) = 109+130+130=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #6D8282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8282 is #927D7D. Grayscale: #7B7B7B. Windows color (decimal): -9600382 or 8553069. OLE color: 8553069.

HSL color Cylindrical-coordinate representation of color #6D8282: hue angle of 180º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D8282 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 130 -
CMYK 0.16 0 0 0.49
HSL 180º 0.09% 0.47% -
HSV(B) 180º 0.16% 0.51% -
XYZ 18.32 20.83 24.17 -
YUV 123.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 109 130 130 0.16 0 0 0.49 180 0.09 0.47
Hex 6D 82 82 10 0 0 31 B4 9 2F
Octal 155 202 202 20 0 0 61 264 11 57
Binary 1101101 10000010 10000010 10000 0 0 110001 10110100 1001 101111

Color Harmonies of #6D8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8282

Black with #6D8282

Text Example


Text Example

White with #6D8282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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