#99866D

Color #99866D Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #99866D

Tints of Pale Oyster #99866D

Color information

#99866D (or 0x99866D) is unknown color: approx Pale Oyster. HEX triplet: 99, 86 and 6D. RGB value is (153,134,109). Sum of RGB (Red+Green+Blue) = 153+134+109=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99866D is #667992. Grayscale: #888888. Windows color (decimal): -6715795 or 7177881. OLE color: 7177881.

HSL color Cylindrical-coordinate representation of color #99866D: hue angle of 34.09º 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 #99866D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153134109-
CMYK00.120.290.4
HSL34.09º17.74%51.37%-
HSV(B)34.09º28.76%60%-
XYZ24.4224.9317.99-
YUV136.83112.29139.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=38.64%
G=33.84%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313410900.120.290.434.0917.7451.37
Hex99866D0C1D28221233
Octal2312061550143550422263
Binary10011001100001101101101011001110110100010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99866D; }

 p { color: rgb(153,134,109); }

 H1.HeaderClassName
 {
   color: #99866D;
 }
 .AnyTagClassName
 {
   color: #99866D;
 }
</style>
background-color css

<style>
 a { background-color: #99866D; }

 a { background-color: rgb(153,134,109); }

 div.DivClassName
 {
   background-color: #99866D;
 }
 .BgClassName
 {
   background-color: #99866D;
 }
</style>
border-color css

<style>
 span { border-color: #99866D; }

 span { border-color: rgb(153,134,109); }

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