Html Css Color HEX #669891 Gumbo

📋 copy color: '#669891'

red 102 ◦ green 152 ◦ blue 145

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

Shades of Gumbo #669891

Tints of Gumbo #669891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 25.56%
G = 38.1%
B = 36.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#669891 (or 0x669891) is known color: Gumbo. HEX triplet: 66, 98 and 91. RGB value is (102,152,145). Sum of RGB (Red+Green+Blue) = 102+152+145=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #669891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669891 is #99676E. Grayscale: #888888. Windows color (decimal): -10053487 or 9541734. OLE color: 9541734.

HSL color Cylindrical-coordinate representation of color #669891: hue angle of 171.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669891 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 145 -
CMYK 0.33 0 0.05 0.40
HSL 171.6º 0.2% 0.5% -
HSV(B) 171.6º 0.33% 0.6% -
XYZ 21.82 27.33 30.91 -
YUV 136.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 102 152 145 0.33 0 0.05 0.40 171.6 0.2 0.5
Hex 66 98 91 21 0 5 28 AC 14 32
Octal 146 230 221 41 0 5 50 254 24 62
Binary 1100110 10011000 10010001 100001 0 101 101000 10101100 10100 110010

Color Harmonies of #669891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669891

Black with #669891

Text Example


Text Example

White with #669891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669891; }

 p { color: rgb(102,152,145); }

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

background-color css

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

 a { background-color: rgb(102,152,145); }

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

border-color css

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

 span { border-color: rgb(102,152,145); }

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