Html Css Color HEX #648679 Cutty Sark

📋 copy color: '#648679'

red 100 ◦ green 134 ◦ blue 121

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

Shades of Cutty Sark #648679

Tints of Cutty Sark #648679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 28.17%
G = 37.75%
B = 34.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#648679 (or 0x648679) is known color: Cutty Sark. HEX triplet: 64, 86 and 79. RGB value is (100,134,121). Sum of RGB (Red+Green+Blue) = 100+134+121=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #648679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648679 is #9B7986. Grayscale: #7A7A7A. Windows color (decimal): -10189191 or 7964260. OLE color: 7964260.

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

Color convert

RGB 100 134 121 -
CMYK 0.25 0 0.10 0.47
HSL 157.06º 0.15% 0.46% -
HSV(B) 157.06º 0.25% 0.53% -
XYZ 17.23 21.14 21.26 -
YUV 122.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 100 134 121 0.25 0 0.10 0.47 157.06 0.15 0.46
Hex 64 86 79 19 0 A 2F 9D F 2E
Octal 144 206 171 31 0 12 57 235 17 56
Binary 1100100 10000110 1111001 11001 0 1010 101111 10011101 1111 101110

Color Harmonies of #648679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648679

Black with #648679

Text Example


Text Example

White with #648679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648679; }

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

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

background-color css

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

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

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

border-color css

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

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

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