Html Css Color HEX #65746F Cutty Sark

📋 copy color: '#65746F'

red 101 ◦ green 116 ◦ blue 111

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

Shades of Cutty Sark #65746F

Tints of Cutty Sark #65746F

RGB

 RED value IS 101 (39.84% from 255) = 30.79%

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 30.79%
G = 35.37%
B = 33.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#65746F (or 0x65746F) is known color: Cutty Sark. HEX triplet: 65, 74 and 6F. RGB value is (101,116,111). Sum of RGB (Red+Green+Blue) = 101+116+111=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #65746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65746F is #9A8B90. Grayscale: #6E6E6E. Windows color (decimal): -10128273 or 7304293. OLE color: 7304293.

HSL color Cylindrical-coordinate representation of color #65746F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65746F is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 111 -
CMYK 0.13 0 0.04 0.55
HSL 160º 0.07% 0.43% -
HSV(B) 160º 0.13% 0.45% -
XYZ 14.48 16.41 17.44 -
YUV 110.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 101 116 111 0.13 0 0.04 0.55 160 0.07 0.43
Hex 65 74 6F D 0 4 37 A0 7 2B
Octal 145 164 157 15 0 4 67 240 7 53
Binary 1100101 1110100 1101111 1101 0 100 110111 10100000 111 101011

Color Harmonies of #65746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65746F

Black with #65746F

Text Example


Text Example

White with #65746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65746F; }

 p { color: rgb(101,116,111); }

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

background-color css

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

 a { background-color: rgb(101,116,111); }

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

border-color css

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

 span { border-color: rgb(101,116,111); }

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