Html Css Color HEX #9A8C6F Pale Oyster

📋 copy color: '#9A8C6F'

red 154 ◦ green 140 ◦ blue 111

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

Shades of Pale Oyster #9A8C6F

Tints of Pale Oyster #9A8C6F

RGB

 RED value IS 154 (60.55% from 255) = 38.02%

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

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 38.02%
G = 34.57%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A8C6F (or 0x9A8C6F) is known color: Pale Oyster. HEX triplet: 9A, 8C and 6F. RGB value is (154,140,111). Sum of RGB (Red+Green+Blue) = 154+140+111=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C6F is #657390. Grayscale: #8D8D8D. Windows color (decimal): -6648721 or 7310490. OLE color: 7310490.

HSL color Cylindrical-coordinate representation of color #9A8C6F: hue angle of 40.47º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A8C6F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 140 111 -
CMYK 0 0.09 0.28 0.40
HSL 40.47º 0.18% 0.52% -
HSV(B) 40.47º 0.28% 0.6% -
XYZ 25.57 26.77 18.86 -
YUV 140.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 154 140 111 0 0.09 0.28 0.40 40.47 0.18 0.52
Hex 9A 8C 6F 0 9 1C 28 28 12 34
Octal 232 214 157 0 11 34 50 50 22 64
Binary 10011010 10001100 1101111 0 1001 11100 101000 101000 10010 110100

Color Harmonies of #9A8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8C6F

Black with #9A8C6F

Text Example


Text Example

White with #9A8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,111); }

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

background-color css

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

 a { background-color: rgb(154,140,111); }

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

border-color css

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

 span { border-color: rgb(154,140,111); }

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