#61877B

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

Shades of Cutty Sark #61877B

Tints of Cutty Sark #61877B

Color information

#61877B (or 0x61877B) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 7B. RGB value is (97,135,123). Sum of RGB (Red+Green+Blue) = 97+135+123=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #61877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61877B is #9E7884. Grayscale: #7A7A7A. Windows color (decimal): -10385541 or 8095585. OLE color: 8095585.

HSL color Cylindrical-coordinate representation of color #61877B: hue angle of 161.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61877B is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB97135123-
CMYK0.2800.090.47
HSL161.05º16.38%45.49%-
HSV(B)161.05º28.15%52.94%-
XYZ17.1721.321.95-
YUV122.27128.41109.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=27.32%
G=38.03%
B=34.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351230.2800.090.47161.0516.3845.49
Hex61877B1C092Fa1102d
Octal14120717334011572412055
Binary110000110000111111101111100010011011111010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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