Html Css Color HEX #9E906C Pale Oyster

📋 copy color: '#9E906C'

red 158 ◦ green 144 ◦ blue 108

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

Shades of Pale Oyster #9E906C

Tints of Pale Oyster #9E906C

RGB

 RED value IS 158 (62.11% from 255) = 38.54%

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 38.54%
G = 35.12%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E906C (or 0x9E906C) is known color: Pale Oyster. HEX triplet: 9E, 90 and 6C. RGB value is (158,144,108). Sum of RGB (Red+Green+Blue) = 158+144+108=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E906C is #616F93. Grayscale: #909090. Windows color (decimal): -6385556 or 7114910. OLE color: 7114910.

HSL color Cylindrical-coordinate representation of color #9E906C: hue angle of 43.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E906C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 108 -
CMYK 0 0.09 0.32 0.38
HSL 43.2º 0.2% 0.52% -
HSV(B) 43.2º 0.32% 0.62% -
XYZ 26.78 28.3 18.24 -
YUV 144.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 158 144 108 0 0.09 0.32 0.38 43.2 0.2 0.52
Hex 9E 90 6C 0 9 20 26 2B 14 34
Octal 236 220 154 0 11 40 46 53 24 64
Binary 10011110 10010000 1101100 0 1001 100000 100110 101011 10100 110100

Color Harmonies of #9E906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E906C

Black with #9E906C

Text Example


Text Example

White with #9E906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E906C; }

 p { color: rgb(158,144,108); }

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

background-color css

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

 a { background-color: rgb(158,144,108); }

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

border-color css

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

 span { border-color: rgb(158,144,108); }

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