#99876C

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

Shades of Pale Oyster #99876C

Tints of Pale Oyster #99876C

Color information

#99876C (or 0x99876C) is unknown color: approx Pale Oyster. HEX triplet: 99, 87 and 6C. RGB value is (153,135,108). Sum of RGB (Red+Green+Blue) = 153+135+108=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99876C is #667893. Grayscale: #898989. Windows color (decimal): -6715540 or 7112601. OLE color: 7112601.

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

Color convert

RGB153135108-
CMYK00.120.290.4
HSL36º18.07%51.18%-
HSV(B)36º29.41%60%-
XYZ24.5125.1817.76-
YUV137.3111.46139.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=38.64%
G=34.09%
B=27.27%

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
Decimal15313510800.120.290.43618.0751.18
Hex99876C0C1D28241233
Octal2312071540143550442263
Binary10011001100001111101100011001110110100010010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99876C; }

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

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

<style>
 a { background-color: #99876C; }

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

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

<style>
 span { border-color: #99876C; }

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

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