Html Css Color HEX #9F7B68 Medium Wood

📋 copy color: '#9F7B68'

red 159 ◦ green 123 ◦ blue 104

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

Shades of Medium Wood #9F7B68

Tints of Medium Wood #9F7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 41.19%
G = 31.87%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F7B68 (or 0x9F7B68) is known color: Medium Wood. HEX triplet: 9F, 7B and 68. RGB value is (159,123,104). Sum of RGB (Red+Green+Blue) = 159+123+104=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B68 is #608497. Grayscale: #838383. Windows color (decimal): -6325400 or 6847391. OLE color: 6847391.

HSL color Cylindrical-coordinate representation of color #9F7B68: hue angle of 20.73º 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 #9F7B68 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 123 104 -
CMYK 0 0.23 0.35 0.38
HSL 20.73º 0.22% 0.52% -
HSV(B) 20.73º 0.35% 0.62% -
XYZ 23.88 22.54 16.19 -
YUV 131.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 159 123 104 0 0.23 0.35 0.38 20.73 0.22 0.52
Hex 9F 7B 68 0 17 23 26 15 16 34
Octal 237 173 150 0 27 43 46 25 26 64
Binary 10011111 1111011 1101000 0 10111 100011 100110 10101 10110 110100

Color Harmonies of #9F7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B68

Black with #9F7B68

Text Example


Text Example

White with #9F7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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