#948677

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

Shades of Schooner #948677

Tints of Schooner #948677

Color information

#948677 (or 0x948677) is unknown color: approx Schooner. HEX triplet: 94, 86 and 77. RGB value is (148,134,119). Sum of RGB (Red+Green+Blue) = 148+134+119=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948677 is #6B7988. Grayscale: #888888. Windows color (decimal): -7043465 or 7833236. OLE color: 7833236.

HSL color Cylindrical-coordinate representation of color #948677: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948677 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148134119-
CMYK00.090.200.42
HSL31.03º11.93%52.35%-
HSV(B)31.03º19.59%58.04%-
XYZ24.0724.6820.95-
YUV136.48118.14136.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=36.91%
G=33.42%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813411900.090.200.4231.0311.9352.35
Hex94867709142A1fc34
Octal2242061670112452371464
Binary100101001000011011101110100110100101010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948677; }

 p { color: rgb(148,134,119); }

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

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

 a { background-color: rgb(148,134,119); }

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

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

 span { border-color: rgb(148,134,119); }

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