Html Css Color HEX #6F8482 Gumbo

📋 copy color: '#6F8482'

red 111 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #6F8482

Tints of Gumbo #6F8482

RGB

 RED value IS 111 (43.75% from 255) = 29.76%

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 29.76%
G = 35.39%
B = 34.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#6F8482 (or 0x6F8482) is known color: Gumbo. HEX triplet: 6F, 84 and 82. RGB value is (111,132,130). Sum of RGB (Red+Green+Blue) = 111+132+130=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8482 is #907B7D. Grayscale: #7D7D7D. Windows color (decimal): -9468798 or 8553583. OLE color: 8553583.

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

Color convert

RGB 111 132 130 -
CMYK 0.16 0 0.02 0.48
HSL 174.29º 0.09% 0.48% -
HSV(B) 174.29º 0.16% 0.52% -
XYZ 18.84 21.49 24.28 -
YUV 125.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 111 132 130 0.16 0 0.02 0.48 174.29 0.09 0.48
Hex 6F 84 82 10 0 2 30 AE 9 30
Octal 157 204 202 20 0 2 60 256 11 60
Binary 1101111 10000100 10000010 10000 0 10 110000 10101110 1001 110000

Color Harmonies of #6F8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8482

Black with #6F8482

Text Example


Text Example

White with #6F8482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,130); }

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

background-color css

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

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

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

border-color css

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

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

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