Html Css Color HEX #698382 Gumbo

📋 copy color: '#698382'

red 105 ◦ green 131 ◦ blue 130

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

Shades of Gumbo #698382

Tints of Gumbo #698382

RGB

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

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

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

R = 28.69%
G = 35.79%
B = 35.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#698382 (or 0x698382) is known color: Gumbo. HEX triplet: 69, 83 and 82. RGB value is (105,131,130). Sum of RGB (Red+Green+Blue) = 105+131+130=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #698382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698382 is #967C7D. Grayscale: #7B7B7B. Windows color (decimal): -9862270 or 8553321. OLE color: 8553321.

HSL color Cylindrical-coordinate representation of color #698382: hue angle of 177.69º 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 #698382 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 130 -
CMYK 0.20 0 0.01 0.49
HSL 177.69º 0.11% 0.46% -
HSV(B) 177.69º 0.2% 0.51% -
XYZ 17.97 20.85 24.2 -
YUV 123.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 105 131 130 0.20 0 0.01 0.49 177.69 0.11 0.46
Hex 69 83 82 14 0 1 31 B2 B 2E
Octal 151 203 202 24 0 1 61 262 13 56
Binary 1101001 10000011 10000010 10100 0 1 110001 10110010 1011 101110

Color Harmonies of #698382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698382

Black with #698382

Text Example


Text Example

White with #698382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698382; }

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

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

background-color css

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

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

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

border-color css

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

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

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