Html Css Color HEX #658685 Gumbo

📋 copy color: '#658685'

red 101 ◦ green 134 ◦ blue 133

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

Shades of Gumbo #658685

Tints of Gumbo #658685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 27.45%
G = 36.41%
B = 36.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#658685 (or 0x658685) is known color: Gumbo. HEX triplet: 65, 86 and 85. RGB value is (101,134,133). Sum of RGB (Red+Green+Blue) = 101+134+133=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #658685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658685 is #9A797A. Grayscale: #7B7B7B. Windows color (decimal): -10123643 or 8750693. OLE color: 8750693.

HSL color Cylindrical-coordinate representation of color #658685: hue angle of 178.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658685 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 133 -
CMYK 0.25 0 0.01 0.47
HSL 178.18º 0.14% 0.46% -
HSV(B) 178.18º 0.25% 0.53% -
XYZ 18.13 21.51 25.39 -
YUV 124.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 101 134 133 0.25 0 0.01 0.47 178.18 0.14 0.46
Hex 65 86 85 19 0 1 2F B2 E 2E
Octal 145 206 205 31 0 1 57 262 16 56
Binary 1100101 10000110 10000101 11001 0 1 101111 10110010 1110 101110

Color Harmonies of #658685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658685

Black with #658685

Text Example


Text Example

White with #658685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658685; }

 p { color: rgb(101,134,133); }

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

background-color css

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

 a { background-color: rgb(101,134,133); }

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

border-color css

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

 span { border-color: rgb(101,134,133); }

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