Html Css Color HEX #998C6C Pale Oyster

📋 copy color: '#998C6C'

red 153 ◦ green 140 ◦ blue 108

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

Shades of Pale Oyster #998C6C

Tints of Pale Oyster #998C6C

RGB

 RED value IS 153 (60.16% from 255) = 38.15%

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

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

R = 38.15%
G = 34.91%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#998C6C (or 0x998C6C) is known color: Pale Oyster. HEX triplet: 99, 8C and 6C. RGB value is (153,140,108). Sum of RGB (Red+Green+Blue) = 153+140+108=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C6C is #667393. Grayscale: #8C8C8C. Windows color (decimal): -6714260 or 7113881. OLE color: 7113881.

HSL color Cylindrical-coordinate representation of color #998C6C: hue angle of 42.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998C6C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 108 -
CMYK 0 0.08 0.29 0.4
HSL 42.67º 0.18% 0.51% -
HSV(B) 42.67º 0.29% 0.6% -
XYZ 25.22 26.61 17.99 -
YUV 140.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 153 140 108 0 0.08 0.29 0.4 42.67 0.18 0.51
Hex 99 8C 6C 0 8 1D 28 2B 12 33
Octal 231 214 154 0 10 35 50 53 22 63
Binary 10011001 10001100 1101100 0 1000 11101 101000 101011 10010 110011

Color Harmonies of #998C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C6C

Black with #998C6C

Text Example


Text Example

White with #998C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C6C; }

 p { color: rgb(153,140,108); }

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

background-color css

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

 a { background-color: rgb(153,140,108); }

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

border-color css

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

 span { border-color: rgb(153,140,108); }

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