Html Css Color HEX #668884 Gumbo

📋 copy color: '#668884'

red 102 ◦ green 136 ◦ blue 132

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

Shades of Gumbo #668884

Tints of Gumbo #668884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 27.57%
G = 36.76%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#668884 (or 0x668884) is known color: Gumbo. HEX triplet: 66, 88 and 84. RGB value is (102,136,132). Sum of RGB (Red+Green+Blue) = 102+136+132=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #668884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668884 is #99777B. Grayscale: #7D7D7D. Windows color (decimal): -10057596 or 8685670. OLE color: 8685670.

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

Color convert

RGB 102 136 132 -
CMYK 0.25 0 0.03 0.47
HSL 172.94º 0.14% 0.47% -
HSV(B) 172.94º 0.25% 0.53% -
XYZ 18.45 22.1 25.12 -
YUV 125.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 102 136 132 0.25 0 0.03 0.47 172.94 0.14 0.47
Hex 66 88 84 19 0 3 2F AD E 2F
Octal 146 210 204 31 0 3 57 255 16 57
Binary 1100110 10001000 10000100 11001 0 11 101111 10101101 1110 101111

Color Harmonies of #668884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668884

Black with #668884

Text Example


Text Example

White with #668884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668884; }

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

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

background-color css

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

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

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

border-color css

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

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

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