#928576

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

Shades of Schooner #928576

Tints of Schooner #928576

Color information

#928576 (or 0x928576) is unknown color: approx Schooner. HEX triplet: 92, 85 and 76. RGB value is (146,133,118). Sum of RGB (Red+Green+Blue) = 146+133+118=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928576 is #6D7A89. Grayscale: #878787. Windows color (decimal): -7174794 or 7767442. OLE color: 7767442.

HSL color Cylindrical-coordinate representation of color #928576: hue angle of 32.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #928576 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146133118-
CMYK00.090.190.43
HSL32.14º11.38%51.76%-
HSV(B)32.14º19.18%57.25%-
XYZ23.5124.1920.57-
YUV135.18118.31135.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=36.78%
G=33.50%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613311800.090.190.4332.1411.3851.76
Hex92857609132B20b34
Octal2222051660112353401364
Binary1001001010000101111011001001100111010111000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928576; }

 p { color: rgb(146,133,118); }

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

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

 a { background-color: rgb(146,133,118); }

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

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

 span { border-color: rgb(146,133,118); }

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