Html Css Color HEX #64726D Cutty Sark

📋 copy color: '#64726D'

red 100 ◦ green 114 ◦ blue 109

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

Shades of Cutty Sark #64726D

Tints of Cutty Sark #64726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 30.96%
G = 35.29%
B = 33.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#64726D (or 0x64726D) is known color: Cutty Sark. HEX triplet: 64, 72 and 6D. RGB value is (100,114,109). Sum of RGB (Red+Green+Blue) = 100+114+109=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #64726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726D is #9B8D92. Grayscale: #6D6D6D. Windows color (decimal): -10194323 or 7172708. OLE color: 7172708.

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

Color convert

RGB 100 114 109 -
CMYK 0.12 0 0.04 0.55
HSL 158.57º 0.07% 0.42% -
HSV(B) 158.57º 0.12% 0.45% -
XYZ 14.03 15.85 16.79 -
YUV 109.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 100 114 109 0.12 0 0.04 0.55 158.57 0.07 0.42
Hex 64 72 6D C 0 4 37 9F 7 2A
Octal 144 162 155 14 0 4 67 237 7 52
Binary 1100100 1110010 1101101 1100 0 100 110111 10011111 111 101010

Color Harmonies of #64726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64726D

Black with #64726D

Text Example


Text Example

White with #64726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64726D; }

 p { color: rgb(100,114,109); }

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

background-color css

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

 a { background-color: rgb(100,114,109); }

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

border-color css

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

 span { border-color: rgb(100,114,109); }

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