#948671

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

Shades of Schooner #948671

Tints of Schooner #948671

Color information

#948671 (or 0x948671) is unknown color: approx Schooner. HEX triplet: 94, 86 and 71. RGB value is (148,134,113). Sum of RGB (Red+Green+Blue) = 148+134+113=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948671 is #6B798E. Grayscale: #878787. Windows color (decimal): -7043471 or 7440020. OLE color: 7440020.

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

Color convert

RGB148134113-
CMYK00.090.240.42
HSL36º14.06%51.18%-
HSV(B)36º23.65%58.04%-
XYZ23.7224.5419.11-
YUV135.79115.14136.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=37.47%
G=33.92%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813411300.090.240.423614.0651.18
Hex94867109182A24e33
Octal2242061610113052441663
Binary1001010010000110111000101001110001010101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948671; }

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

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

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

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

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

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

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

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