Html Css Color HEX #6C8B83 Gumbo

📋 copy color: '#6C8B83'

red 108 ◦ green 139 ◦ blue 131

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

Shades of Gumbo #6C8B83

Tints of Gumbo #6C8B83

RGB

 RED value IS 108 (42.58% from 255) = 28.57%

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 28.57%
G = 36.77%
B = 34.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#6C8B83 (or 0x6C8B83) is known color: Gumbo. HEX triplet: 6C, 8B and 83. RGB value is (108,139,131). Sum of RGB (Red+Green+Blue) = 108+139+131=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8B83 is #93747C. Grayscale: #808080. Windows color (decimal): -9663613 or 8620908. OLE color: 8620908.

HSL color Cylindrical-coordinate representation of color #6C8B83: hue angle of 164.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8B83 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 139 131 -
CMYK 0.22 0 0.06 0.45
HSL 164.52º 0.13% 0.48% -
HSV(B) 164.52º 0.22% 0.55% -
XYZ 19.51 23.29 24.94 -
YUV 128.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 108 139 131 0.22 0 0.06 0.45 164.52 0.13 0.48
Hex 6C 8B 83 16 0 6 2D A5 D 30
Octal 154 213 203 26 0 6 55 245 15 60
Binary 1101100 10001011 10000011 10110 0 110 101101 10100101 1101 110000

Color Harmonies of #6C8B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8B83

Black with #6C8B83

Text Example


Text Example

White with #6C8B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,131); }

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

background-color css

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

 a { background-color: rgb(108,139,131); }

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

border-color css

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

 span { border-color: rgb(108,139,131); }

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