Html Css Color HEX #648388 Gothic

📋 copy color: '#648388'

red 100 ◦ green 131 ◦ blue 136

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

Shades of Gothic #648388

Tints of Gothic #648388

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648388 (or 0x648388) is known color: Gothic. HEX triplet: 64, 83 and 88. RGB value is (100,131,136). Sum of RGB (Red+Green+Blue) = 100+131+136=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #648388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648388 is #9B7C77. Grayscale: #7A7A7A. Windows color (decimal): -10189944 or 8946532. OLE color: 8946532.

HSL color Cylindrical-coordinate representation of color #648388: hue angle of 188.33º 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 #648388 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 131 136 -
CMYK 0.26 0.04 0 0.47
HSL 188.33º 0.15% 0.46% -
HSV(B) 188.33º 0.26% 0.53% -
XYZ 17.82 20.72 26.35 -
YUV 122.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 100 131 136 0.26 0.04 0 0.47 188.33 0.15 0.46
Hex 64 83 88 1A 4 0 2F BC F 2E
Octal 144 203 210 32 4 0 57 274 17 56
Binary 1100100 10000011 10001000 11010 100 0 101111 10111100 1111 101110

Color Harmonies of #648388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648388

Black with #648388

Text Example


Text Example

White with #648388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648388; }

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

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

background-color css

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

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

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

border-color css

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

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

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