Html Css Color HEX #918471 Schooner

📋 copy color: '#918471'

red 145 ◦ green 132 ◦ blue 113

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

Shades of Schooner #918471

Tints of Schooner #918471

RGB

 RED value IS 145 (57.03% from 255) = 37.18%

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 37.18%
G = 33.85%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#918471 (or 0x918471) is known color: Schooner. HEX triplet: 91, 84 and 71. RGB value is (145,132,113). Sum of RGB (Red+Green+Blue) = 145+132+113=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918471 is #6E7B8E. Grayscale: #858585. Windows color (decimal): -7240591 or 7439505. OLE color: 7439505.

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

Color convert

RGB 145 132 113 -
CMYK 0 0.09 0.22 0.43
HSL 35.63º 0.13% 0.51% -
HSV(B) 35.63º 0.22% 0.57% -
XYZ 22.91 23.71 18.99 -
YUV 133.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 145 132 113 0 0.09 0.22 0.43 35.63 0.13 0.51
Hex 91 84 71 0 9 16 2B 24 D 33
Octal 221 204 161 0 11 26 53 44 15 63
Binary 10010001 10000100 1110001 0 1001 10110 101011 100100 1101 110011

Color Harmonies of #918471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918471

Black with #918471

Text Example


Text Example

White with #918471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918471; }

 p { color: rgb(145,132,113); }

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

background-color css

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

 a { background-color: rgb(145,132,113); }

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

border-color css

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

 span { border-color: rgb(145,132,113); }

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