Html Css Color HEX #648579 Cutty Sark

📋 copy color: '#648579'

red 100 ◦ green 133 ◦ blue 121

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

Shades of Cutty Sark #648579

Tints of Cutty Sark #648579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 28.25%
G = 37.57%
B = 34.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#648579 (or 0x648579) is known color: Cutty Sark. HEX triplet: 64, 85 and 79. RGB value is (100,133,121). Sum of RGB (Red+Green+Blue) = 100+133+121=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #648579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648579 is #9B7A86. Grayscale: #797979. Windows color (decimal): -10189447 or 7964004. OLE color: 7964004.

HSL color Cylindrical-coordinate representation of color #648579: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648579 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 121 -
CMYK 0.25 0 0.09 0.48
HSL 158.18º 0.14% 0.46% -
HSV(B) 158.18º 0.25% 0.52% -
XYZ 17.09 20.86 21.22 -
YUV 121.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 100 133 121 0.25 0 0.09 0.48 158.18 0.14 0.46
Hex 64 85 79 19 0 9 30 9E E 2E
Octal 144 205 171 31 0 11 60 236 16 56
Binary 1100100 10000101 1111001 11001 0 1001 110000 10011110 1110 101110

Color Harmonies of #648579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648579

Black with #648579

Text Example


Text Example

White with #648579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648579; }

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

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

background-color css

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

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

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

border-color css

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

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

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