Html Css Color HEX #6F8382 Gumbo

📋 copy color: '#6F8382'

red 111 ◦ green 131 ◦ blue 130

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

Shades of Gumbo #6F8382

Tints of Gumbo #6F8382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

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

R = 29.84%
G = 35.22%
B = 34.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#6F8382 (or 0x6F8382) is known color: Gumbo. HEX triplet: 6F, 83 and 82. RGB value is (111,131,130). Sum of RGB (Red+Green+Blue) = 111+131+130=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8382 is #907C7D. Grayscale: #7C7C7C. Windows color (decimal): -9469054 or 8553327. OLE color: 8553327.

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

Color convert

RGB 111 131 130 -
CMYK 0.15 0 0.01 0.49
HSL 177º 0.08% 0.47% -
HSV(B) 177º 0.15% 0.51% -
XYZ 18.7 21.22 24.23 -
YUV 124.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 111 131 130 0.15 0 0.01 0.49 177 0.08 0.47
Hex 6F 83 82 F 0 1 31 B1 8 2F
Octal 157 203 202 17 0 1 61 261 10 57
Binary 1101111 10000011 10000010 1111 0 1 110001 10110001 1000 101111

Color Harmonies of #6F8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8382

Black with #6F8382

Text Example


Text Example

White with #6F8382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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