Html Css Color HEX #928973 Pale Oyster

📋 copy color: '#928973'

red 146 ◦ green 137 ◦ blue 115

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

Shades of Pale Oyster #928973

Tints of Pale Oyster #928973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 36.68%
G = 34.42%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#928973 (or 0x928973) is known color: Pale Oyster. HEX triplet: 92, 89 and 73. RGB value is (146,137,115). Sum of RGB (Red+Green+Blue) = 146+137+115=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928973 is #6D768C. Grayscale: #898989. Windows color (decimal): -7173773 or 7571858. OLE color: 7571858.

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

Color convert

RGB 146 137 115 -
CMYK 0 0.06 0.21 0.43
HSL 42.58º 0.12% 0.51% -
HSV(B) 42.58º 0.21% 0.57% -
XYZ 23.89 25.24 19.83 -
YUV 137.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 146 137 115 0 0.06 0.21 0.43 42.58 0.12 0.51
Hex 92 89 73 0 6 15 2B 2B C 33
Octal 222 211 163 0 6 25 53 53 14 63
Binary 10010010 10001001 1110011 0 110 10101 101011 101011 1100 110011

Color Harmonies of #928973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928973

Black with #928973

Text Example


Text Example

White with #928973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928973; }

 p { color: rgb(146,137,115); }

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

background-color css

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

 a { background-color: rgb(146,137,115); }

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

border-color css

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

 span { border-color: rgb(146,137,115); }

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