Html Css Color HEX #99866D Pale Oyster

📋 copy color: '#99866D'

red 153 ◦ green 134 ◦ blue 109

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

Shades of Pale Oyster #99866D

Tints of Pale Oyster #99866D

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 value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99866D (or 0x99866D) is known color: 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

RGB 153 134 109 -
CMYK 0 0.12 0.29 0.4
HSL 34.09º 0.18% 0.51% -
HSV(B) 34.09º 0.29% 0.6% -
XYZ 24.42 24.93 17.99 -
YUV 136.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 153 134 109 0 0.12 0.29 0.4 34.09 0.18 0.51
Hex 99 86 6D 0 C 1D 28 22 12 33
Octal 231 206 155 0 14 35 50 42 22 63
Binary 10011001 10000110 1101101 0 1100 11101 101000 100010 10010 110011

Color Harmonies of #99866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99866D

Black with #99866D

Text Example


Text Example

White with #99866D

Text Example


Text Example

HTML Codes & Css Web 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>