Html Css Color HEX #648A85 Gumbo

📋 copy color: '#648A85'

red 100 ◦ green 138 ◦ blue 133

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

Shades of Gumbo #648A85

Tints of Gumbo #648A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 26.95%
G = 37.2%
B = 35.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#648A85 (or 0x648A85) is known color: Gumbo. HEX triplet: 64, 8A and 85. RGB value is (100,138,133). Sum of RGB (Red+Green+Blue) = 100+138+133=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #648A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A85 is #9B757A. Grayscale: #7E7E7E. Windows color (decimal): -10188155 or 8751716. OLE color: 8751716.

HSL color Cylindrical-coordinate representation of color #648A85: hue angle of 172.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A85 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 133 -
CMYK 0.28 0 0.04 0.46
HSL 172.11º 0.16% 0.47% -
HSV(B) 172.11º 0.28% 0.54% -
XYZ 18.58 22.58 25.57 -
YUV 126.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 100 138 133 0.28 0 0.04 0.46 172.11 0.16 0.47
Hex 64 8A 85 1C 0 4 2E AC 10 2F
Octal 144 212 205 34 0 4 56 254 20 57
Binary 1100100 10001010 10000101 11100 0 100 101110 10101100 10000 101111

Color Harmonies of #648A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A85

Black with #648A85

Text Example


Text Example

White with #648A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A85; }

 p { color: rgb(100,138,133); }

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

background-color css

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

 a { background-color: rgb(100,138,133); }

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

border-color css

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

 span { border-color: rgb(100,138,133); }

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