Html Css Color HEX #668883 Gumbo

📋 copy color: '#668883'

red 102 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #668883

Tints of Gumbo #668883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 27.64%
G = 36.86%
B = 35.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#668883 (or 0x668883) is known color: Gumbo. HEX triplet: 66, 88 and 83. RGB value is (102,136,131). Sum of RGB (Red+Green+Blue) = 102+136+131=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #668883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668883 is #99777C. Grayscale: #7D7D7D. Windows color (decimal): -10057597 or 8620134. OLE color: 8620134.

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

Color convert

RGB 102 136 131 -
CMYK 0.25 0 0.04 0.47
HSL 171.18º 0.14% 0.47% -
HSV(B) 171.18º 0.25% 0.53% -
XYZ 18.38 22.07 24.76 -
YUV 125.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 102 136 131 0.25 0 0.04 0.47 171.18 0.14 0.47
Hex 66 88 83 19 0 4 2F AB E 2F
Octal 146 210 203 31 0 4 57 253 16 57
Binary 1100110 10001000 10000011 11001 0 100 101111 10101011 1110 101111

Color Harmonies of #668883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668883

Black with #668883

Text Example


Text Example

White with #668883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668883; }

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

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

background-color css

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

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

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

border-color css

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

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

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