Html Css Color HEX #998B6B Pale Oyster

📋 copy color: '#998B6B'

red 153 ◦ green 139 ◦ blue 107

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

Shades of Pale Oyster #998B6B

Tints of Pale Oyster #998B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 38.35%
G = 34.84%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#998B6B (or 0x998B6B) is known color: Pale Oyster. HEX triplet: 99, 8B and 6B. RGB value is (153,139,107). Sum of RGB (Red+Green+Blue) = 153+139+107=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B6B is #667494. Grayscale: #8B8B8B. Windows color (decimal): -6714517 or 7048089. OLE color: 7048089.

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

Color convert

RGB 153 139 107 -
CMYK 0 0.09 0.30 0.4
HSL 41.74º 0.18% 0.51% -
HSV(B) 41.74º 0.3% 0.6% -
XYZ 25.02 26.3 17.67 -
YUV 139.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 153 139 107 0 0.09 0.30 0.4 41.74 0.18 0.51
Hex 99 8B 6B 0 9 1E 28 2A 12 33
Octal 231 213 153 0 11 36 50 52 22 63
Binary 10011001 10001011 1101011 0 1001 11110 101000 101010 10010 110011

Color Harmonies of #998B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B6B

Black with #998B6B

Text Example


Text Example

White with #998B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,139,107); }

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

background-color css

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

 a { background-color: rgb(153,139,107); }

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

border-color css

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

 span { border-color: rgb(153,139,107); }

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