Html Css Color HEX #9F8068 Medium Wood

📋 copy color: '#9F8068'

red 159 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #9F8068

Tints of Medium Wood #9F8068

RGB

 RED value IS 159 (62.5% from 255) = 40.66%

 GREEN value IS 128 (50.39% from 255) = 32.74%

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

R = 40.66%
G = 32.74%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F8068 (or 0x9F8068) is known color: Medium Wood. HEX triplet: 9F, 80 and 68. RGB value is (159,128,104). Sum of RGB (Red+Green+Blue) = 159+128+104=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8068 is #607F97. Grayscale: #868686. Windows color (decimal): -6324120 or 6848671. OLE color: 6848671.

HSL color Cylindrical-coordinate representation of color #9F8068: hue angle of 26.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8068 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 104 -
CMYK 0 0.19 0.35 0.38
HSL 26.18º 0.22% 0.52% -
HSV(B) 26.18º 0.35% 0.62% -
XYZ 24.52 23.81 16.4 -
YUV 134.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 159 128 104 0 0.19 0.35 0.38 26.18 0.22 0.52
Hex 9F 80 68 0 13 23 26 1A 16 34
Octal 237 200 150 0 23 43 46 32 26 64
Binary 10011111 10000000 1101000 0 10011 100011 100110 11010 10110 110100

Color Harmonies of #9F8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8068

Black with #9F8068

Text Example


Text Example

White with #9F8068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,104); }

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

background-color css

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

 a { background-color: rgb(159,128,104); }

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

border-color css

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

 span { border-color: rgb(159,128,104); }

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