#61857A

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

Shades of Cutty Sark #61857A

Tints of Cutty Sark #61857A

Color information

#61857A (or 0x61857A) is unknown color: approx Cutty Sark. HEX triplet: 61, 85 and 7A. RGB value is (97,133,122). Sum of RGB (Red+Green+Blue) = 97+133+122=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #61857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61857A is #9E7A85. Grayscale: #787878. Windows color (decimal): -10386054 or 8029537. OLE color: 8029537.

HSL color Cylindrical-coordinate representation of color #61857A: hue angle of 161.67º 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 #61857A is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB97133122-
CMYK0.2700.080.48
HSL161.67º15.65%45.1%-
HSV(B)161.67º27.07%52.16%-
XYZ16.8320.7221.52-
YUV120.98128.57110.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=27.56%
G=37.78%
B=34.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971331220.2700.080.48161.6715.6545.1
Hex61857A1B0830a2102d
Octal14120517233010602422055
Binary110000110000101111101011011010001100001010001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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