#91867B

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

Shades of Schooner #91867B

Tints of Schooner #91867B

Color information

#91867B (or 0x91867B) is unknown color: approx Schooner. HEX triplet: 91, 86 and 7B. RGB value is (145,134,123). Sum of RGB (Red+Green+Blue) = 145+134+123=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #91867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91867B is #6E7984. Grayscale: #888888. Windows color (decimal): -7240069 or 8095377. OLE color: 8095377.

HSL color Cylindrical-coordinate representation of color #91867B: hue angle of 30º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91867B is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB145134123-
CMYK00.080.150.43
HSL30º9.09%52.55%-
HSV(B)30º15.17%56.86%-
XYZ23.7824.522.21-
YUV136.04120.64134.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=36.07%
G=33.33%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513412300.080.150.43309.0952.55
Hex91867B08F2B1e935
Octal2212061730101753361165
Binary10010001100001101111011010001111101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,134,123); }

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

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

 a { background-color: rgb(145,134,123); }

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

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

 span { border-color: rgb(145,134,123); }

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