Html Css Color HEX #668482 Gumbo

📋 copy color: '#668482'

red 102 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #668482

Tints of Gumbo #668482

RGB

 RED value IS 102 (40.23% from 255) = 28.02%

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

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

R = 28.02%
G = 36.26%
B = 35.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#668482 (or 0x668482) is known color: Gumbo. HEX triplet: 66, 84 and 82. RGB value is (102,132,130). Sum of RGB (Red+Green+Blue) = 102+132+130=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #668482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668482 is #997B7D. Grayscale: #7A7A7A. Windows color (decimal): -10058622 or 8553574. OLE color: 8553574.

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

Color convert

RGB 102 132 130 -
CMYK 0.23 0 0.02 0.48
HSL 176º 0.13% 0.46% -
HSV(B) 176º 0.23% 0.52% -
XYZ 17.76 20.94 24.22 -
YUV 122.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 102 132 130 0.23 0 0.02 0.48 176 0.13 0.46
Hex 66 84 82 17 0 2 30 B0 D 2E
Octal 146 204 202 27 0 2 60 260 15 56
Binary 1100110 10000100 10000010 10111 0 10 110000 10110000 1101 101110

Color Harmonies of #668482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668482

Black with #668482

Text Example


Text Example

White with #668482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668482; }

 p { color: rgb(102,132,130); }

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

background-color css

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

 a { background-color: rgb(102,132,130); }

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

border-color css

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

 span { border-color: rgb(102,132,130); }

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