Html Css Color HEX #648976 Cutty Sark

📋 copy color: '#648976'

red 100 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #648976

Tints of Cutty Sark #648976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 28.17%
G = 38.59%
B = 33.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#648976 (or 0x648976) is known color: Cutty Sark. HEX triplet: 64, 89 and 76. RGB value is (100,137,118). Sum of RGB (Red+Green+Blue) = 100+137+118=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #648976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648976 is #9B7689. Grayscale: #7B7B7B. Windows color (decimal): -10188426 or 7768420. OLE color: 7768420.

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

Color convert

RGB 100 137 118 -
CMYK 0.27 0 0.14 0.46
HSL 149.19º 0.16% 0.46% -
HSV(B) 149.19º 0.27% 0.54% -
XYZ 17.47 21.91 20.45 -
YUV 123.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 100 137 118 0.27 0 0.14 0.46 149.19 0.16 0.46
Hex 64 89 76 1B 0 E 2E 95 10 2E
Octal 144 211 166 33 0 16 56 225 20 56
Binary 1100100 10001001 1110110 11011 0 1110 101110 10010101 10000 101110

Color Harmonies of #648976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648976

Black with #648976

Text Example


Text Example

White with #648976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648976; }

 p { color: rgb(100,137,118); }

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

background-color css

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

 a { background-color: rgb(100,137,118); }

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

border-color css

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

 span { border-color: rgb(100,137,118); }

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