#61827A

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

Shades of Cutty Sark #61827A

Tints of Cutty Sark #61827A

Color information

#61827A (or 0x61827A) is unknown color: approx Cutty Sark. HEX triplet: 61, 82 and 7A. RGB value is (97,130,122). Sum of RGB (Red+Green+Blue) = 97+130+122=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #61827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827A is #9E7D85. Grayscale: #777777. Windows color (decimal): -10386822 or 8028769. OLE color: 8028769.

HSL color Cylindrical-coordinate representation of color #61827A: hue angle of 165.45º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61827A is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB97130122-
CMYK0.2500.060.49
HSL165.45º14.54%44.51%-
HSV(B)165.45º25.38%50.98%-
XYZ16.4319.9121.39-
YUV119.22129.57112.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=27.79%
G=37.25%
B=34.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301220.2500.060.49165.4514.5444.51
Hex61827A190631a5f2d
Octal1412021723106612451755
Binary1100001100000101111010110010110110001101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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