Html Css Color HEX #698481 Gumbo

📋 copy color: '#698481'

red 105 ◦ green 132 ◦ blue 129

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

Shades of Gumbo #698481

Tints of Gumbo #698481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 28.69%
G = 36.07%
B = 35.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#698481 (or 0x698481) is known color: Gumbo. HEX triplet: 69, 84 and 81. RGB value is (105,132,129). Sum of RGB (Red+Green+Blue) = 105+132+129=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #698481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698481 is #967B7E. Grayscale: #7B7B7B. Windows color (decimal): -9862015 or 8488041. OLE color: 8488041.

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

Color convert

RGB 105 132 129 -
CMYK 0.20 0 0.02 0.48
HSL 173.33º 0.11% 0.46% -
HSV(B) 173.33º 0.2% 0.52% -
XYZ 18.04 21.09 23.89 -
YUV 123.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 105 132 129 0.20 0 0.02 0.48 173.33 0.11 0.46
Hex 69 84 81 14 0 2 30 AD B 2E
Octal 151 204 201 24 0 2 60 255 13 56
Binary 1101001 10000100 10000001 10100 0 10 110000 10101101 1011 101110

Color Harmonies of #698481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698481

Black with #698481

Text Example


Text Example

White with #698481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698481; }

 p { color: rgb(105,132,129); }

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

background-color css

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

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

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

border-color css

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

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

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