#648575

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

Shades of Cutty Sark #648575

Tints of Cutty Sark #648575

Color information

#648575 (or 0x648575) is unknown color: approx Cutty Sark. HEX triplet: 64, 85 and 75. RGB value is (100,133,117). Sum of RGB (Red+Green+Blue) = 100+133+117=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #648575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648575 is #9B7A8A. Grayscale: #797979. Windows color (decimal): -10189451 or 7701860. OLE color: 7701860.

HSL color Cylindrical-coordinate representation of color #648575: hue angle of 150.91º 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 #648575 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB100133117-
CMYK0.2500.120.48
HSL150.91º14.16%45.69%-
HSV(B)150.91º24.81%52.16%-
XYZ16.8520.7719.95-
YUV121.31125.57112.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=28.57%
G=38%
B=33.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331170.2500.120.48150.9114.1645.69
Hex648575190C3097e2e
Octal14420516531014602271656
Binary11001001000010111101011100101100110000100101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648575; }

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

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

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

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

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

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

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

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