Html Css Color HEX #648574 Cutty Sark

📋 copy color: '#648574'

red 100 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #648574

Tints of Cutty Sark #648574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 28.65%
G = 38.11%
B = 33.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#648574 (or 0x648574) is known color: Cutty Sark. HEX triplet: 64, 85 and 74. RGB value is (100,133,116). Sum of RGB (Red+Green+Blue) = 100+133+116=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #648574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648574 is #9B7A8B. Grayscale: #797979. Windows color (decimal): -10189452 or 7636324. OLE color: 7636324.

HSL color Cylindrical-coordinate representation of color #648574: hue angle of 149.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648574 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 116 -
CMYK 0.25 0 0.13 0.48
HSL 149.09º 0.14% 0.46% -
HSV(B) 149.09º 0.25% 0.52% -
XYZ 16.8 20.75 19.64 -
YUV 121.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 100 133 116 0.25 0 0.13 0.48 149.09 0.14 0.46
Hex 64 85 74 19 0 D 30 95 E 2E
Octal 144 205 164 31 0 15 60 225 16 56
Binary 1100100 10000101 1110100 11001 0 1101 110000 10010101 1110 101110

Color Harmonies of #648574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648574

Black with #648574

Text Example


Text Example

White with #648574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648574; }

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

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

background-color css

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

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

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

border-color css

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

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

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