Html Css Color HEX #95866A Pale Oyster

📋 copy color: '#95866A'

red 149 ◦ green 134 ◦ blue 106

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

Shades of Pale Oyster #95866A

Tints of Pale Oyster #95866A

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 38.3%
G = 34.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95866A (or 0x95866A) is known color: Pale Oyster. HEX triplet: 95, 86 and 6A. RGB value is (149,134,106). Sum of RGB (Red+Green+Blue) = 149+134+106=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866A is #6A7995. Grayscale: #878787. Windows color (decimal): -6977942 or 6981269. OLE color: 6981269.

HSL color Cylindrical-coordinate representation of color #95866A: hue angle of 39.07º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95866A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 106 -
CMYK 0 0.10 0.29 0.42
HSL 39.07º 0.17% 0.5% -
HSV(B) 39.07º 0.29% 0.58% -
XYZ 23.52 24.48 17.12 -
YUV 135.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 149 134 106 0 0.10 0.29 0.42 39.07 0.17 0.5
Hex 95 86 6A 0 A 1D 2A 27 11 32
Octal 225 206 152 0 12 35 52 47 21 62
Binary 10010101 10000110 1101010 0 1010 11101 101010 100111 10001 110010

Color Harmonies of #95866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866A

Black with #95866A

Text Example


Text Example

White with #95866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95866A; }

 p { color: rgb(149,134,106); }

 H1.HeaderClassName
 {
   color: #95866A;
 }
 .AnyTagClassName
 {
   color: #95866A;
 }
</style>

background-color css

<style>
 a { background-color: #95866A; }

 a { background-color: rgb(149,134,106); }

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

border-color css

<style>
 span { border-color: #95866A; }

 span { border-color: rgb(149,134,106); }

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