Html Css Color HEX #948B74 Pale Oyster

📋 copy color: '#948B74'

red 148 ◦ green 139 ◦ blue 116

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

Shades of Pale Oyster #948B74

Tints of Pale Oyster #948B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 36.72%
G = 34.49%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948B74 (or 0x948B74) is known color: Pale Oyster. HEX triplet: 94, 8B and 74. RGB value is (148,139,116). Sum of RGB (Red+Green+Blue) = 148+139+116=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B74 is #6B748B. Grayscale: #8B8B8B. Windows color (decimal): -7042188 or 7637908. OLE color: 7637908.

HSL color Cylindrical-coordinate representation of color #948B74: hue angle of 43.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948B74 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 116 -
CMYK 0 0.06 0.22 0.42
HSL 43.13º 0.13% 0.52% -
HSV(B) 43.13º 0.22% 0.58% -
XYZ 24.6 26.02 20.25 -
YUV 139.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 148 139 116 0 0.06 0.22 0.42 43.13 0.13 0.52
Hex 94 8B 74 0 6 16 2A 2B D 34
Octal 224 213 164 0 6 26 52 53 15 64
Binary 10010100 10001011 1110100 0 110 10110 101010 101011 1101 110100

Color Harmonies of #948B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B74

Black with #948B74

Text Example


Text Example

White with #948B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948B74; }

 p { color: rgb(148,139,116); }

 H1.HeaderClassName
 {
   color: #948B74;
 }
 .AnyTagClassName
 {
   color: #948B74;
 }
</style>

background-color css

<style>
 a { background-color: #948B74; }

 a { background-color: rgb(148,139,116); }

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

border-color css

<style>
 span { border-color: #948B74; }

 span { border-color: rgb(148,139,116); }

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