Html Css Color HEX #698483 Gumbo

📋 copy color: '#698483'

red 105 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #698483

Tints of Gumbo #698483

RGB

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

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

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

R = 28.53%
G = 35.87%
B = 35.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#698483 (or 0x698483) is known color: Gumbo. HEX triplet: 69, 84 and 83. RGB value is (105,132,131). Sum of RGB (Red+Green+Blue) = 105+132+131=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #698483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698483 is #967B7C. Grayscale: #7B7B7B. Windows color (decimal): -9862013 or 8619113. OLE color: 8619113.

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

Color convert

RGB 105 132 131 -
CMYK 0.20 0 0.01 0.48
HSL 177.78º 0.11% 0.46% -
HSV(B) 177.78º 0.2% 0.52% -
XYZ 18.17 21.14 24.6 -
YUV 123.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 105 132 131 0.20 0 0.01 0.48 177.78 0.11 0.46
Hex 69 84 83 14 0 1 30 B2 B 2E
Octal 151 204 203 24 0 1 60 262 13 56
Binary 1101001 10000100 10000011 10100 0 1 110000 10110010 1011 101110

Color Harmonies of #698483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698483

Black with #698483

Text Example


Text Example

White with #698483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698483; }

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

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

background-color css

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

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

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

border-color css

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

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

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