Html Css Color HEX #648676 Cutty Sark

📋 copy color: '#648676'

red 100 ◦ green 134 ◦ blue 118

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

Shades of Cutty Sark #648676

Tints of Cutty Sark #648676

RGB

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

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

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

R = 28.41%
G = 38.07%
B = 33.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#648676 (or 0x648676) is known color: Cutty Sark. HEX triplet: 64, 86 and 76. RGB value is (100,134,118). Sum of RGB (Red+Green+Blue) = 100+134+118=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #648676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648676 is #9B7989. Grayscale: #7A7A7A. Windows color (decimal): -10189194 or 7767652. OLE color: 7767652.

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

Color convert

RGB 100 134 118 -
CMYK 0.25 0 0.12 0.47
HSL 151.76º 0.15% 0.46% -
HSV(B) 151.76º 0.25% 0.53% -
XYZ 17.05 21.07 20.31 -
YUV 122.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 100 134 118 0.25 0 0.12 0.47 151.76 0.15 0.46
Hex 64 86 76 19 0 C 2F 98 F 2E
Octal 144 206 166 31 0 14 57 230 17 56
Binary 1100100 10000110 1110110 11001 0 1100 101111 10011000 1111 101110

Color Harmonies of #648676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648676

Black with #648676

Text Example


Text Example

White with #648676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648676; }

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

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

background-color css

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

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

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

border-color css

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

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

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