#61847B

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

Shades of Cutty Sark #61847B

Tints of Cutty Sark #61847B

Color information

#61847B (or 0x61847B) is unknown color: approx Cutty Sark. HEX triplet: 61, 84 and 7B. RGB value is (97,132,123). Sum of RGB (Red+Green+Blue) = 97+132+123=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #61847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61847B is #9E7B84. Grayscale: #787878. Windows color (decimal): -10386309 or 8094817. OLE color: 8094817.

HSL color Cylindrical-coordinate representation of color #61847B: hue angle of 164.57º degrees, saturation: 0.15, 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 #61847B is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB97132123-
CMYK0.2700.070.48
HSL164.57º15.28%44.9%-
HSV(B)164.57º26.52%51.76%-
XYZ16.7620.4721.81-
YUV120.51129.4111.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=27.56%
G=37.5%
B=34.94%

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
Decimal971321230.2700.070.48164.5715.2844.9
Hex61847B1B0730a5f2d
Octal1412041733307602451755
Binary1100001100001001111011110110111110000101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61847B; }

 p { color: rgb(97,132,123); }

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

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

 a { background-color: rgb(97,132,123); }

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

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

 span { border-color: rgb(97,132,123); }

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