Html Css Color HEX #948B75 Pale Oyster

📋 copy color: '#948B75'

red 148 ◦ green 139 ◦ blue 117

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

Shades of Pale Oyster #948B75

Tints of Pale Oyster #948B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 36.63%
G = 34.41%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948B75 (or 0x948B75) is known color: Pale Oyster. HEX triplet: 94, 8B and 75. RGB value is (148,139,117). Sum of RGB (Red+Green+Blue) = 148+139+117=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B75 is #6B748A. Grayscale: #8B8B8B. Windows color (decimal): -7042187 or 7703444. OLE color: 7703444.

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

Color convert

RGB 148 139 117 -
CMYK 0 0.06 0.21 0.42
HSL 42.58º 0.13% 0.52% -
HSV(B) 42.58º 0.21% 0.58% -
XYZ 24.66 26.05 20.56 -
YUV 139.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 148 139 117 0 0.06 0.21 0.42 42.58 0.13 0.52
Hex 94 8B 75 0 6 15 2A 2B D 34
Octal 224 213 165 0 6 25 52 53 15 64
Binary 10010100 10001011 1110101 0 110 10101 101010 101011 1101 110100

Color Harmonies of #948B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B75

Black with #948B75

Text Example


Text Example

White with #948B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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