Html Css Color HEX #648883 Gumbo

📋 copy color: '#648883'

red 100 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #648883

Tints of Gumbo #648883

RGB

 RED value IS 100 (39.45% from 255) = 27.25%

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

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

R = 27.25%
G = 37.06%
B = 35.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#648883 (or 0x648883) is known color: Gumbo. HEX triplet: 64, 88 and 83. RGB value is (100,136,131). Sum of RGB (Red+Green+Blue) = 100+136+131=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #648883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648883 is #9B777C. Grayscale: #7C7C7C. Windows color (decimal): -10188669 or 8620132. OLE color: 8620132.

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

Color convert

RGB 100 136 131 -
CMYK 0.26 0 0.04 0.47
HSL 171.67º 0.15% 0.46% -
HSV(B) 171.67º 0.26% 0.53% -
XYZ 18.16 21.96 24.75 -
YUV 124.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 100 136 131 0.26 0 0.04 0.47 171.67 0.15 0.46
Hex 64 88 83 1A 0 4 2F AC F 2E
Octal 144 210 203 32 0 4 57 254 17 56
Binary 1100100 10001000 10000011 11010 0 100 101111 10101100 1111 101110

Color Harmonies of #648883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648883

Black with #648883

Text Example


Text Example

White with #648883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648883; }

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

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

background-color css

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

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

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

border-color css

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

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

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