#61857C

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

Shades of Cutty Sark #61857C

Tints of Cutty Sark #61857C

Color information

#61857C (or 0x61857C) is unknown color: approx Cutty Sark. HEX triplet: 61, 85 and 7C. RGB value is (97,133,124). Sum of RGB (Red+Green+Blue) = 97+133+124=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #61857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61857C is #9E7A83. Grayscale: #797979. Windows color (decimal): -10386052 or 8160609. OLE color: 8160609.

HSL color Cylindrical-coordinate representation of color #61857C: hue angle of 165º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61857C is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB97133124-
CMYK0.2700.070.48
HSL165º15.65%45.1%-
HSV(B)165º27.07%52.16%-
XYZ16.9620.7722.18-
YUV121.21129.57110.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=27.40%
G=37.57%
B=35.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971331240.2700.070.4816515.6545.1
Hex61857C1B0730a5102d
Octal1412051743307602452055
Binary11000011000010111111001101101111100001010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61857C; }

 p { color: rgb(97,133,124); }

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

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

 a { background-color: rgb(97,133,124); }

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

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

 span { border-color: rgb(97,133,124); }

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