Html Css Color HEX #668685 Gumbo

📋 copy color: '#668685'

red 102 ◦ green 134 ◦ blue 133

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

Shades of Gumbo #668685

Tints of Gumbo #668685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 27.64%
G = 36.31%
B = 36.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#668685 (or 0x668685) is known color: Gumbo. HEX triplet: 66, 86 and 85. RGB value is (102,134,133). Sum of RGB (Red+Green+Blue) = 102+134+133=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #668685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668685 is #99797A. Grayscale: #7C7C7C. Windows color (decimal): -10058107 or 8750694. OLE color: 8750694.

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

Color convert

RGB 102 134 133 -
CMYK 0.24 0 0.01 0.47
HSL 178.13º 0.14% 0.46% -
HSV(B) 178.13º 0.24% 0.53% -
XYZ 18.24 21.57 25.39 -
YUV 124.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 102 134 133 0.24 0 0.01 0.47 178.13 0.14 0.46
Hex 66 86 85 18 0 1 2F B2 E 2E
Octal 146 206 205 30 0 1 57 262 16 56
Binary 1100110 10000110 10000101 11000 0 1 101111 10110010 1110 101110

Color Harmonies of #668685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668685

Black with #668685

Text Example


Text Example

White with #668685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668685; }

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

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

background-color css

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

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

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

border-color css

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

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

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