Html Css Color HEX #9B9074 Pale Oyster

📋 copy color: '#9B9074'

red 155 ◦ green 144 ◦ blue 116

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

Shades of Pale Oyster #9B9074

Tints of Pale Oyster #9B9074

RGB

 RED value IS 155 (60.94% from 255) = 37.35%

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 37.35%
G = 34.7%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B9074 (or 0x9B9074) is known color: Pale Oyster. HEX triplet: 9B, 90 and 74. RGB value is (155,144,116). Sum of RGB (Red+Green+Blue) = 155+144+116=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9074 is #646F8B. Grayscale: #909090. Windows color (decimal): -6582156 or 7639195. OLE color: 7639195.

HSL color Cylindrical-coordinate representation of color #9B9074: hue angle of 43.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9074 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 116 -
CMYK 0 0.07 0.25 0.39
HSL 43.08º 0.16% 0.53% -
HSV(B) 43.08º 0.25% 0.61% -
XYZ 26.64 28.18 20.56 -
YUV 144.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 155 144 116 0 0.07 0.25 0.39 43.08 0.16 0.53
Hex 9B 90 74 0 7 19 27 2B 10 35
Octal 233 220 164 0 7 31 47 53 20 65
Binary 10011011 10010000 1110100 0 111 11001 100111 101011 10000 110101

Color Harmonies of #9B9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9074

Black with #9B9074

Text Example


Text Example

White with #9B9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9074; }

 p { color: rgb(155,144,116); }

 H1.HeaderClassName
 {
   color: #9B9074;
 }
 .AnyTagClassName
 {
   color: #9B9074;
 }
</style>

background-color css

<style>
 a { background-color: #9B9074; }

 a { background-color: rgb(155,144,116); }

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

border-color css

<style>
 span { border-color: #9B9074; }

 span { border-color: rgb(155,144,116); }

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