#66908D

Color #66908D Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #66908D

Tints of Gumbo #66908D

Color information

#66908D (or 0x66908D) is unknown color: approx Gumbo. HEX triplet: 66, 90 and 8D. RGB value is (102,144,141). Sum of RGB (Red+Green+Blue) = 102+144+141=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #66908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66908D is #996F72. Grayscale: #838383. Windows color (decimal): -10055539 or 9277542. OLE color: 9277542.

HSL color Cylindrical-coordinate representation of color #66908D: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66908D is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB102144141-
CMYK0.2900.020.44
HSL175.71º17.07%48.24%-
HSV(B)175.71º29.17%56.47%-
XYZ20.2624.6928.9-
YUV131.1133.59107.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=26.36%
G=37.21%
B=36.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441410.2900.020.44175.7117.0748.24
Hex66908D1D022Cb01130
Octal1462202153502542602160
Binary11001101001000010001101111010101011001011000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66908D; }

 p { color: rgb(102,144,141); }

 H1.HeaderClassName
 {
   color: #66908D;
 }
 .AnyTagClassName
 {
   color: #66908D;
 }
</style>
background-color css

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

 a { background-color: rgb(102,144,141); }

 div.DivClassName
 {
   background-color: #66908D;
 }
 .BgClassName
 {
   background-color: #66908D;
 }
</style>
border-color css

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

 span { border-color: rgb(102,144,141); }

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