Html Css Color HEX #94876E Pale Oyster

📋 copy color: '#94876E'

red 148 ◦ green 135 ◦ blue 110

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

Shades of Pale Oyster #94876E

Tints of Pale Oyster #94876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 37.66%
G = 34.35%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94876E (or 0x94876E) is known color: Pale Oyster. HEX triplet: 94, 87 and 6E. RGB value is (148,135,110). Sum of RGB (Red+Green+Blue) = 148+135+110=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94876E is #6B7891. Grayscale: #888888. Windows color (decimal): -7043218 or 7243668. OLE color: 7243668.

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

Color convert

RGB 148 135 110 -
CMYK 0 0.09 0.26 0.42
HSL 39.47º 0.15% 0.51% -
HSV(B) 39.47º 0.26% 0.58% -
XYZ 23.69 24.75 18.28 -
YUV 136.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 148 135 110 0 0.09 0.26 0.42 39.47 0.15 0.51
Hex 94 87 6E 0 9 1A 2A 27 F 33
Octal 224 207 156 0 11 32 52 47 17 63
Binary 10010100 10000111 1101110 0 1001 11010 101010 100111 1111 110011

Color Harmonies of #94876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94876E

Black with #94876E

Text Example


Text Example

White with #94876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94876E; }

 p { color: rgb(148,135,110); }

 H1.HeaderClassName
 {
   color: #94876E;
 }
 .AnyTagClassName
 {
   color: #94876E;
 }
</style>

background-color css

<style>
 a { background-color: #94876E; }

 a { background-color: rgb(148,135,110); }

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

border-color css

<style>
 span { border-color: #94876E; }

 span { border-color: rgb(148,135,110); }

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