Html Css Color HEX #928471 Schooner

📋 copy color: '#928471'

red 146 ◦ green 132 ◦ blue 113

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

Shades of Schooner #928471

Tints of Schooner #928471

RGB

 RED value IS 146 (57.42% from 255) = 37.34%

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

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

R = 37.34%
G = 33.76%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928471 (or 0x928471) is known color: Schooner. HEX triplet: 92, 84 and 71. RGB value is (146,132,113). Sum of RGB (Red+Green+Blue) = 146+132+113=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928471 is #6D7B8E. Grayscale: #868686. Windows color (decimal): -7175055 or 7439506. OLE color: 7439506.

HSL color Cylindrical-coordinate representation of color #928471: hue angle of 34.55º 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 #928471 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 113 -
CMYK 0 0.10 0.23 0.43
HSL 34.55º 0.13% 0.51% -
HSV(B) 34.55º 0.23% 0.57% -
XYZ 23.09 23.81 19 -
YUV 134.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 146 132 113 0 0.10 0.23 0.43 34.55 0.13 0.51
Hex 92 84 71 0 A 17 2B 23 D 33
Octal 222 204 161 0 12 27 53 43 15 63
Binary 10010010 10000100 1110001 0 1010 10111 101011 100011 1101 110011

Color Harmonies of #928471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928471

Black with #928471

Text Example


Text Example

White with #928471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928471; }

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

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

background-color css

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

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

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

border-color css

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

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

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