#948678

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

Shades of Schooner #948678

Tints of Schooner #948678

Color information

#948678 (or 0x948678) is unknown color: approx Schooner. HEX triplet: 94, 86 and 78. RGB value is (148,134,120). Sum of RGB (Red+Green+Blue) = 148+134+120=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948678 is #6B7987. Grayscale: #888888. Windows color (decimal): -7043464 or 7898772. OLE color: 7898772.

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

Color convert

RGB148134120-
CMYK00.090.190.42
HSL30º11.57%52.55%-
HSV(B)30º18.92%58.04%-
XYZ24.1324.721.27-
YUV136.59118.64136.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=36.82%
G=33.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813412000.090.190.423011.5752.55
Hex94867809132A1ec35
Octal2242061700112352361465
Binary100101001000011011110000100110011101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948678; }

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

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

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

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

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

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

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

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