Html Css Color HEX #9B8D68 Pale Oyster

📋 copy color: '#9B8D68'

red 155 ◦ green 141 ◦ blue 104

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

Shades of Pale Oyster #9B8D68

Tints of Pale Oyster #9B8D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 104 (41.02% from 255) = 26%

R = 38.75%
G = 35.25%
B = 26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B8D68 (or 0x9B8D68) is known color: Pale Oyster. HEX triplet: 9B, 8D and 68. RGB value is (155,141,104). Sum of RGB (Red+Green+Blue) = 155+141+104=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D68 is #647297. Grayscale: #8D8D8D. Windows color (decimal): -6582936 or 6851995. OLE color: 6851995.

HSL color Cylindrical-coordinate representation of color #9B8D68: hue angle of 43.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8D68 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 104 -
CMYK 0 0.09 0.33 0.39
HSL 43.53º 0.2% 0.51% -
HSV(B) 43.53º 0.33% 0.61% -
XYZ 25.54 27.02 16.97 -
YUV 140.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 155 141 104 0 0.09 0.33 0.39 43.53 0.2 0.51
Hex 9B 8D 68 0 9 21 27 2C 14 33
Octal 233 215 150 0 11 41 47 54 24 63
Binary 10011011 10001101 1101000 0 1001 100001 100111 101100 10100 110011

Color Harmonies of #9B8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D68

Black with #9B8D68

Text Example


Text Example

White with #9B8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,104); }

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

background-color css

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

 a { background-color: rgb(155,141,104); }

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

border-color css

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

 span { border-color: rgb(155,141,104); }

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