Html Css Color HEX #908271 Schooner

📋 copy color: '#908271'

red 144 ◦ green 130 ◦ blue 113

#908271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #908271

Tints of Schooner #908271

RGB

 RED value IS 144 (56.64% from 255) = 37.21%

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 37.21%
G = 33.59%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908271 (or 0x908271) is known color: Schooner. HEX triplet: 90, 82 and 71. RGB value is (144,130,113). Sum of RGB (Red+Green+Blue) = 144+130+113=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908271 is #6F7D8E. Grayscale: #848484. Windows color (decimal): -7306639 or 7438992. OLE color: 7438992.

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

Color convert

RGB 144 130 113 -
CMYK 0 0.10 0.22 0.44
HSL 32.9º 0.12% 0.5% -
HSV(B) 32.9º 0.22% 0.56% -
XYZ 22.46 23.09 18.89 -
YUV 132.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 144 130 113 0 0.10 0.22 0.44 32.9 0.12 0.5
Hex 90 82 71 0 A 16 2C 21 C 32
Octal 220 202 161 0 12 26 54 41 14 62
Binary 10010000 10000010 1110001 0 1010 10110 101100 100001 1100 110010

Color Harmonies of #908271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908271

Black with #908271

Text Example


Text Example

White with #908271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908271; }

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

 H1.HeaderClassName
 {
   color: #908271;
 }
 .AnyTagClassName
 {
   color: #908271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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