#648073

Color #648073 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #648073

Tints of Cutty Sark #648073

Color information

#648073 (or 0x648073) is unknown color: approx Cutty Sark. HEX triplet: 64, 80 and 73. RGB value is (100,128,115). Sum of RGB (Red+Green+Blue) = 100+128+115=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #648073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648073 is #9B7F8C. Grayscale: #767676. Windows color (decimal): -10190733 or 7569508. OLE color: 7569508.

HSL color Cylindrical-coordinate representation of color #648073: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648073 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB100128115-
CMYK0.2200.100.50
HSL152.14º12.28%44.71%-
HSV(B)152.14º21.88%50.2%-
XYZ16.0719.3919.11-
YUV118.15126.22115.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=29.15%
G=37.32%
B=33.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001281150.2200.100.50152.1412.2844.71
Hex648073160A3298c2d
Octal14420016326012622301455
Binary11001001000000011100111011001010110010100110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648073; }

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

 H1.HeaderClassName
 {
   color: #648073;
 }
 .AnyTagClassName
 {
   color: #648073;
 }
</style>
background-color css

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

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

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

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

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

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