Html Css Color HEX #698383 Gumbo

📋 copy color: '#698383'

red 105 ◦ green 131 ◦ blue 131

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

Shades of Gumbo #698383

Tints of Gumbo #698383

RGB

 RED value IS 105 (41.41% from 255) = 28.61%

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

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

R = 28.61%
G = 35.69%
B = 35.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#698383 (or 0x698383) is known color: Gumbo. HEX triplet: 69, 83 and 83. RGB value is (105,131,131). Sum of RGB (Red+Green+Blue) = 105+131+131=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #698383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698383 is #967C7C. Grayscale: #7B7B7B. Windows color (decimal): -9862269 or 8618857. OLE color: 8618857.

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

Color convert

RGB 105 131 131 -
CMYK 0.20 0 0 0.49
HSL 180º 0.11% 0.46% -
HSV(B) 180º 0.2% 0.51% -
XYZ 18.04 20.87 24.55 -
YUV 123.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 105 131 131 0.20 0 0 0.49 180 0.11 0.46
Hex 69 83 83 14 0 0 31 B4 B 2E
Octal 151 203 203 24 0 0 61 264 13 56
Binary 1101001 10000011 10000011 10100 0 0 110001 10110100 1011 101110

Color Harmonies of #698383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698383

Black with #698383

Text Example


Text Example

White with #698383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698383; }

 p { color: rgb(105,131,131); }

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

background-color css

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

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

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

border-color css

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

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

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