#918670

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

Shades of Schooner #918670

Tints of Schooner #918670

Color information

#918670 (or 0x918670) is unknown color: approx Schooner. HEX triplet: 91, 86 and 70. RGB value is (145,134,112). Sum of RGB (Red+Green+Blue) = 145+134+112=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918670 is #6E798F. Grayscale: #868686. Windows color (decimal): -7240080 or 7374481. OLE color: 7374481.

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

Color convert

RGB145134112-
CMYK00.080.230.43
HSL40º13.04%50.39%-
HSV(B)40º22.76%56.86%-
XYZ23.1324.2418.79-
YUV134.78115.14135.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=37.08%
G=34.27%
B=28.64%

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
Decimal14513411200.080.230.434013.0450.39
Hex91867008172B28d32
Octal2212061600102753501562
Binary1001000110000110111000001000101111010111010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918670; }

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

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

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

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

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

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

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

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