Html Css Color HEX #648674 Cutty Sark

📋 copy color: '#648674'

red 100 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #648674

Tints of Cutty Sark #648674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 28.57%
G = 38.29%
B = 33.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#648674 (or 0x648674) is known color: Cutty Sark. HEX triplet: 64, 86 and 74. RGB value is (100,134,116). Sum of RGB (Red+Green+Blue) = 100+134+116=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #648674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648674 is #9B798B. Grayscale: #797979. Windows color (decimal): -10189196 or 7636580. OLE color: 7636580.

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

Color convert

RGB 100 134 116 -
CMYK 0.25 0 0.13 0.47
HSL 148.24º 0.15% 0.46% -
HSV(B) 148.24º 0.25% 0.53% -
XYZ 16.93 21.02 19.69 -
YUV 121.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 100 134 116 0.25 0 0.13 0.47 148.24 0.15 0.46
Hex 64 86 74 19 0 D 2F 94 F 2E
Octal 144 206 164 31 0 15 57 224 17 56
Binary 1100100 10000110 1110100 11001 0 1101 101111 10010100 1111 101110

Color Harmonies of #648674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648674

Black with #648674

Text Example


Text Example

White with #648674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648674; }

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

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

background-color css

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

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

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

border-color css

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

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

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