#908274

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

Shades of Schooner #908274

Tints of Schooner #908274

Color information

#908274 (or 0x908274) is unknown color: approx Schooner. HEX triplet: 90, 82 and 74. RGB value is (144,130,116). Sum of RGB (Red+Green+Blue) = 144+130+116=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908274 is #6F7D8B. Grayscale: #848484. Windows color (decimal): -7306636 or 7635600. OLE color: 7635600.

HSL color Cylindrical-coordinate representation of color #908274: hue angle of 30º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908274 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144130116-
CMYK00.100.190.44
HSL30º11.2%50.98%-
HSV(B)30º19.44%56.47%-
XYZ22.6423.1619.8-
YUV132.59118.64136.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=36.92%
G=33.33%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413011600.100.190.443011.250.98
Hex9082740A132C1eb33
Octal2202021640122354361363
Binary100100001000001011101000101010011101100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908274; }

 p { color: rgb(144,130,116); }

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

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

 a { background-color: rgb(144,130,116); }

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

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

 span { border-color: rgb(144,130,116); }

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