Html Css Color HEX #94886F Pale Oyster

📋 copy color: '#94886F'

red 148 ◦ green 136 ◦ blue 111

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

Shades of Pale Oyster #94886F

Tints of Pale Oyster #94886F

RGB

 RED value IS 148 (58.2% from 255) = 37.47%

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 37.47%
G = 34.43%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94886F (or 0x94886F) is known color: Pale Oyster. HEX triplet: 94, 88 and 6F. RGB value is (148,136,111). Sum of RGB (Red+Green+Blue) = 148+136+111=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #94886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94886F is #6B7790. Grayscale: #888888. Windows color (decimal): -7042961 or 7309460. OLE color: 7309460.

HSL color Cylindrical-coordinate representation of color #94886F: hue angle of 40.54º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94886F is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 111 -
CMYK 0 0.08 0.25 0.42
HSL 40.54º 0.15% 0.51% -
HSV(B) 40.54º 0.25% 0.58% -
XYZ 23.89 25.05 18.62 -
YUV 136.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 148 136 111 0 0.08 0.25 0.42 40.54 0.15 0.51
Hex 94 88 6F 0 8 19 2A 29 F 33
Octal 224 210 157 0 10 31 52 51 17 63
Binary 10010100 10001000 1101111 0 1000 11001 101010 101001 1111 110011

Color Harmonies of #94886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94886F

Black with #94886F

Text Example


Text Example

White with #94886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94886F; }

 p { color: rgb(148,136,111); }

 H1.HeaderClassName
 {
   color: #94886F;
 }
 .AnyTagClassName
 {
   color: #94886F;
 }
</style>

background-color css

<style>
 a { background-color: #94886F; }

 a { background-color: rgb(148,136,111); }

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

border-color css

<style>
 span { border-color: #94886F; }

 span { border-color: rgb(148,136,111); }

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