Html Css Color HEX #64736E Cutty Sark

📋 copy color: '#64736E'

red 100 ◦ green 115 ◦ blue 110

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

Shades of Cutty Sark #64736E

Tints of Cutty Sark #64736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 30.77%
G = 35.38%
B = 33.85%

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

#64736E (or 0x64736E) is known color: Cutty Sark. HEX triplet: 64, 73 and 6E. RGB value is (100,115,110). Sum of RGB (Red+Green+Blue) = 100+115+110=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #64736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736E is #9B8C91. Grayscale: #6D6D6D. Windows color (decimal): -10194066 or 7238500. OLE color: 7238500.

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

Color convert

RGB 100 115 110 -
CMYK 0.13 0 0.04 0.55
HSL 160º 0.07% 0.42% -
HSV(B) 160º 0.13% 0.45% -
XYZ 14.2 16.1 17.11 -
YUV 109.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 100 115 110 0.13 0 0.04 0.55 160 0.07 0.42
Hex 64 73 6E D 0 4 37 A0 7 2A
Octal 144 163 156 15 0 4 67 240 7 52
Binary 1100100 1110011 1101110 1101 0 100 110111 10100000 111 101010

Color Harmonies of #64736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64736E

Black with #64736E

Text Example


Text Example

White with #64736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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