Html Css Color HEX #9E8C69 Pale Oyster

📋 copy color: '#9E8C69'

red 158 ◦ green 140 ◦ blue 105

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

Shades of Pale Oyster #9E8C69

Tints of Pale Oyster #9E8C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 39.21%
G = 34.74%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E8C69 (or 0x9E8C69) is known color: Pale Oyster. HEX triplet: 9E, 8C and 69. RGB value is (158,140,105). Sum of RGB (Red+Green+Blue) = 158+140+105=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C69 is #617396. Grayscale: #8D8D8D. Windows color (decimal): -6386583 or 6917278. OLE color: 6917278.

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

Color convert

RGB 158 140 105 -
CMYK 0 0.11 0.34 0.38
HSL 39.62º 0.21% 0.52% -
HSV(B) 39.62º 0.34% 0.62% -
XYZ 26.03 27.05 17.21 -
YUV 141.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 158 140 105 0 0.11 0.34 0.38 39.62 0.21 0.52
Hex 9E 8C 69 0 B 22 26 28 15 34
Octal 236 214 151 0 13 42 46 50 25 64
Binary 10011110 10001100 1101001 0 1011 100010 100110 101000 10101 110100

Color Harmonies of #9E8C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8C69

Black with #9E8C69

Text Example


Text Example

White with #9E8C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,140,105); }

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

background-color css

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

 a { background-color: rgb(158,140,105); }

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

border-color css

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

 span { border-color: rgb(158,140,105); }

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