Html Css Color HEX #9F7A68 Medium Wood

📋 copy color: '#9F7A68'

red 159 ◦ green 122 ◦ blue 104

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

Shades of Medium Wood #9F7A68

Tints of Medium Wood #9F7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

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

R = 41.3%
G = 31.69%
B = 27.01%

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

#9F7A68 (or 0x9F7A68) is known color: Medium Wood. HEX triplet: 9F, 7A and 68. RGB value is (159,122,104). Sum of RGB (Red+Green+Blue) = 159+122+104=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A68 is #608597. Grayscale: #838383. Windows color (decimal): -6325656 or 6847135. OLE color: 6847135.

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

Color convert

RGB 159 122 104 -
CMYK 0 0.23 0.35 0.38
HSL 19.64º 0.22% 0.52% -
HSV(B) 19.64º 0.35% 0.62% -
XYZ 23.76 22.29 16.15 -
YUV 131.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 159 122 104 0 0.23 0.35 0.38 19.64 0.22 0.52
Hex 9F 7A 68 0 17 23 26 14 16 34
Octal 237 172 150 0 27 43 46 24 26 64
Binary 10011111 1111010 1101000 0 10111 100011 100110 10100 10110 110100

Color Harmonies of #9F7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A68

Black with #9F7A68

Text Example


Text Example

White with #9F7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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