#928676

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

Shades of Schooner #928676

Tints of Schooner #928676

Color information

#928676 (or 0x928676) is unknown color: approx Schooner. HEX triplet: 92, 86 and 76. RGB value is (146,134,118). Sum of RGB (Red+Green+Blue) = 146+134+118=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928676 is #6D7989. Grayscale: #878787. Windows color (decimal): -7174538 or 7767698. OLE color: 7767698.

HSL color Cylindrical-coordinate representation of color #928676: hue angle of 34.29º 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 #928676 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146134118-
CMYK00.080.190.43
HSL34.29º11.38%51.76%-
HSV(B)34.29º19.18%57.25%-
XYZ23.6524.4720.62-
YUV135.76117.98135.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=36.68%
G=33.67%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613411800.080.190.4334.2911.3851.76
Hex92867608132B22b34
Octal2222061660102353421364
Binary1001001010000110111011001000100111010111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928676; }

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

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

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

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

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

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

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

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