#928670

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

Shades of Schooner #928670

Tints of Schooner #928670

Color information

#928670 (or 0x928670) is unknown color: approx Schooner. HEX triplet: 92, 86 and 70. RGB value is (146,134,112). Sum of RGB (Red+Green+Blue) = 146+134+112=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928670 is #6D798F. Grayscale: #878787. Windows color (decimal): -7174544 or 7374482. OLE color: 7374482.

HSL color Cylindrical-coordinate representation of color #928670: hue angle of 38.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #928670 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146134112-
CMYK00.080.230.43
HSL38.82º13.49%50.59%-
HSV(B)38.82º23.29%57.25%-
XYZ23.324.3318.8-
YUV135.08114.98135.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=37.24%
G=34.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613411200.080.230.4338.8213.4950.59
Hex92867008172B27d33
Octal2222061600102753471563
Binary1001001010000110111000001000101111010111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928670; }

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

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

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

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

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

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

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

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