Html Css Color HEX #6B8381 Gumbo

📋 copy color: '#6B8381'

red 107 ◦ green 131 ◦ blue 129

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

Shades of Gumbo #6B8381

Tints of Gumbo #6B8381

RGB

 RED value IS 107 (42.19% from 255) = 29.16%

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

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

R = 29.16%
G = 35.69%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#6B8381 (or 0x6B8381) is known color: Gumbo. HEX triplet: 6B, 83 and 81. RGB value is (107,131,129). Sum of RGB (Red+Green+Blue) = 107+131+129=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8381 is #947C7E. Grayscale: #7B7B7B. Windows color (decimal): -9731199 or 8487787. OLE color: 8487787.

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

Color convert

RGB 107 131 129 -
CMYK 0.18 0 0.02 0.49
HSL 175º 0.1% 0.47% -
HSV(B) 175º 0.18% 0.51% -
XYZ 18.14 20.94 23.86 -
YUV 123.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 107 131 129 0.18 0 0.02 0.49 175 0.1 0.47
Hex 6B 83 81 12 0 2 31 AF A 2F
Octal 153 203 201 22 0 2 61 257 12 57
Binary 1101011 10000011 10000001 10010 0 10 110001 10101111 1010 101111

Color Harmonies of #6B8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8381

Black with #6B8381

Text Example


Text Example

White with #6B8381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,129); }

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

background-color css

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

 a { background-color: rgb(107,131,129); }

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

border-color css

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

 span { border-color: rgb(107,131,129); }

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