Html Css Color HEX #9C8B68 Pale Oyster

📋 copy color: '#9C8B68'

red 156 ◦ green 139 ◦ blue 104

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

Shades of Pale Oyster #9C8B68

Tints of Pale Oyster #9C8B68

RGB

 RED value IS 156 (61.33% from 255) = 39.1%

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

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

R = 39.1%
G = 34.84%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C8B68 (or 0x9C8B68) is known color: Pale Oyster. HEX triplet: 9C, 8B and 68. RGB value is (156,139,104). Sum of RGB (Red+Green+Blue) = 156+139+104=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B68 is #637497. Grayscale: #8C8C8C. Windows color (decimal): -6517912 or 6851484. OLE color: 6851484.

HSL color Cylindrical-coordinate representation of color #9C8B68: hue angle of 40.38º degrees, saturation: 0.21, 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 #9C8B68 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 139 104 -
CMYK 0 0.11 0.33 0.39
HSL 40.38º 0.21% 0.51% -
HSV(B) 40.38º 0.33% 0.61% -
XYZ 25.44 26.53 16.88 -
YUV 140.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 156 139 104 0 0.11 0.33 0.39 40.38 0.21 0.51
Hex 9C 8B 68 0 B 21 27 28 15 33
Octal 234 213 150 0 13 41 47 50 25 63
Binary 10011100 10001011 1101000 0 1011 100001 100111 101000 10101 110011

Color Harmonies of #9C8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8B68

Black with #9C8B68

Text Example


Text Example

White with #9C8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,139,104); }

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

background-color css

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

 a { background-color: rgb(156,139,104); }

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

border-color css

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

 span { border-color: rgb(156,139,104); }

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