Html Css Color HEX #658483 Gumbo

📋 copy color: '#658483'

red 101 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #658483

Tints of Gumbo #658483

RGB

 RED value IS 101 (39.84% from 255) = 27.75%

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

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

R = 27.75%
G = 36.26%
B = 35.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#658483 (or 0x658483) is known color: Gumbo. HEX triplet: 65, 84 and 83. RGB value is (101,132,131). Sum of RGB (Red+Green+Blue) = 101+132+131=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #658483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658483 is #9A7B7C. Grayscale: #7A7A7A. Windows color (decimal): -10124157 or 8619109. OLE color: 8619109.

HSL color Cylindrical-coordinate representation of color #658483: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658483 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 132 131 -
CMYK 0.23 0 0.01 0.48
HSL 178.06º 0.13% 0.46% -
HSV(B) 178.06º 0.23% 0.52% -
XYZ 17.71 20.91 24.57 -
YUV 122.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 101 132 131 0.23 0 0.01 0.48 178.06 0.13 0.46
Hex 65 84 83 17 0 1 30 B2 D 2E
Octal 145 204 203 27 0 1 60 262 15 56
Binary 1100101 10000100 10000011 10111 0 1 110000 10110010 1101 101110

Color Harmonies of #658483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658483

Black with #658483

Text Example


Text Example

White with #658483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658483; }

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

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

background-color css

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

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

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

border-color css

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

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

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