#948672

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

Shades of Schooner #948672

Tints of Schooner #948672

Color information

#948672 (or 0x948672) is unknown color: approx Schooner. HEX triplet: 94, 86 and 72. RGB value is (148,134,114). Sum of RGB (Red+Green+Blue) = 148+134+114=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948672 is #6B798D. Grayscale: #888888. Windows color (decimal): -7043470 or 7505556. OLE color: 7505556.

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

Color convert

RGB148134114-
CMYK00.090.230.42
HSL35.29º13.71%51.37%-
HSV(B)35.29º22.97%58.04%-
XYZ23.7824.5619.41-
YUV135.91115.64136.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=37.37%
G=33.84%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813411400.090.230.4235.2913.7151.37
Hex94867209172A23e33
Octal2242061620112752431663
Binary1001010010000110111001001001101111010101000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948672; }

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

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

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

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

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

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

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

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