Html Css Color HEX #64746E Cutty Sark

📋 copy color: '#64746E'

red 100 ◦ green 116 ◦ blue 110

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

Shades of Cutty Sark #64746E

Tints of Cutty Sark #64746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 30.67%
G = 35.58%
B = 33.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#64746E (or 0x64746E) is known color: Cutty Sark. HEX triplet: 64, 74 and 6E. RGB value is (100,116,110). Sum of RGB (Red+Green+Blue) = 100+116+110=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #64746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746E is #9B8B91. Grayscale: #6E6E6E. Windows color (decimal): -10193810 or 7238756. OLE color: 7238756.

HSL color Cylindrical-coordinate representation of color #64746E: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64746E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 110 -
CMYK 0.14 0 0.05 0.55
HSL 157.5º 0.07% 0.42% -
HSV(B) 157.5º 0.14% 0.45% -
XYZ 14.32 16.33 17.15 -
YUV 110.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 100 116 110 0.14 0 0.05 0.55 157.5 0.07 0.42
Hex 64 74 6E E 0 5 37 9E 7 2A
Octal 144 164 156 16 0 5 67 236 7 52
Binary 1100100 1110100 1101110 1110 0 101 110111 10011110 111 101010

Color Harmonies of #64746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64746E

Black with #64746E

Text Example


Text Example

White with #64746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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