Html Css Color HEX #9E8A65 Pale Oyster

📋 copy color: '#9E8A65'

red 158 ◦ green 138 ◦ blue 101

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

Shades of Pale Oyster #9E8A65

Tints of Pale Oyster #9E8A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 39.8%
G = 34.76%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E8A65 (or 0x9E8A65) is known color: Pale Oyster. HEX triplet: 9E, 8A and 65. RGB value is (158,138,101). Sum of RGB (Red+Green+Blue) = 158+138+101=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8A65 is #61759A. Grayscale: #8B8B8B. Windows color (decimal): -6387099 or 6654622. OLE color: 6654622.

HSL color Cylindrical-coordinate representation of color #9E8A65: hue angle of 38.95º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E8A65 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 138 101 -
CMYK 0 0.13 0.36 0.38
HSL 38.95º 0.23% 0.51% -
HSV(B) 38.95º 0.36% 0.62% -
XYZ 25.54 26.39 16.06 -
YUV 139.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 158 138 101 0 0.13 0.36 0.38 38.95 0.23 0.51
Hex 9E 8A 65 0 D 24 26 27 17 33
Octal 236 212 145 0 15 44 46 47 27 63
Binary 10011110 10001010 1100101 0 1101 100100 100110 100111 10111 110011

Color Harmonies of #9E8A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8A65

Black with #9E8A65

Text Example


Text Example

White with #9E8A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,138,101); }

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

background-color css

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

 a { background-color: rgb(158,138,101); }

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

border-color css

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

 span { border-color: rgb(158,138,101); }

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