Html Css Color HEX #668582 Gumbo

📋 copy color: '#668582'

red 102 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #668582

Tints of Gumbo #668582

RGB

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

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

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

R = 27.95%
G = 36.44%
B = 35.62%

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

#668582 (or 0x668582) is known color: Gumbo. HEX triplet: 66, 85 and 82. RGB value is (102,133,130). Sum of RGB (Red+Green+Blue) = 102+133+130=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #668582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668582 is #997A7D. Grayscale: #7B7B7B. Windows color (decimal): -10058366 or 8553830. OLE color: 8553830.

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

Color convert

RGB 102 133 130 -
CMYK 0.23 0 0.02 0.48
HSL 174.19º 0.13% 0.46% -
HSV(B) 174.19º 0.23% 0.52% -
XYZ 17.9 21.21 24.27 -
YUV 123.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 102 133 130 0.23 0 0.02 0.48 174.19 0.13 0.46
Hex 66 85 82 17 0 2 30 AE D 2E
Octal 146 205 202 27 0 2 60 256 15 56
Binary 1100110 10000101 10000010 10111 0 10 110000 10101110 1101 101110

Color Harmonies of #668582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668582

Black with #668582

Text Example


Text Example

White with #668582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668582; }

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

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

background-color css

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

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

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

border-color css

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

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

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