Html Css Color HEX #668583 Gumbo

📋 copy color: '#668583'

red 102 ◦ green 133 ◦ blue 131

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

Shades of Gumbo #668583

Tints of Gumbo #668583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 27.87%
G = 36.34%
B = 35.79%

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

#668583 (or 0x668583) is known color: Gumbo. HEX triplet: 66, 85 and 83. RGB value is (102,133,131). Sum of RGB (Red+Green+Blue) = 102+133+131=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #668583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668583 is #997A7C. Grayscale: #7B7B7B. Windows color (decimal): -10058365 or 8619366. OLE color: 8619366.

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

Color convert

RGB 102 133 131 -
CMYK 0.23 0 0.02 0.48
HSL 176.13º 0.13% 0.46% -
HSV(B) 176.13º 0.23% 0.52% -
XYZ 17.96 21.24 24.63 -
YUV 123.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 102 133 131 0.23 0 0.02 0.48 176.13 0.13 0.46
Hex 66 85 83 17 0 2 30 B0 D 2E
Octal 146 205 203 27 0 2 60 260 15 56
Binary 1100110 10000101 10000011 10111 0 10 110000 10110000 1101 101110

Color Harmonies of #668583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668583

Black with #668583

Text Example


Text Example

White with #668583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668583; }

 p { color: rgb(102,133,131); }

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

background-color css

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

 a { background-color: rgb(102,133,131); }

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

border-color css

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

 span { border-color: rgb(102,133,131); }

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