Html Css Color HEX #9D7B68 Medium Wood

📋 copy color: '#9D7B68'

red 157 ◦ green 123 ◦ blue 104

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

Shades of Medium Wood #9D7B68

Tints of Medium Wood #9D7B68

RGB

 RED value IS 157 (61.72% from 255) = 40.89%

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

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

R = 40.89%
G = 32.03%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D7B68 (or 0x9D7B68) is known color: Medium Wood. HEX triplet: 9D, 7B and 68. RGB value is (157,123,104). Sum of RGB (Red+Green+Blue) = 157+123+104=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B68 is #628497. Grayscale: #838383. Windows color (decimal): -6456472 or 6847389. OLE color: 6847389.

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

Color convert

RGB 157 123 104 -
CMYK 0 0.22 0.34 0.38
HSL 21.51º 0.21% 0.51% -
HSV(B) 21.51º 0.34% 0.62% -
XYZ 23.49 22.33 16.17 -
YUV 131 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 157 123 104 0 0.22 0.34 0.38 21.51 0.21 0.51
Hex 9D 7B 68 0 16 22 26 16 15 33
Octal 235 173 150 0 26 42 46 26 25 63
Binary 10011101 1111011 1101000 0 10110 100010 100110 10110 10101 110011

Color Harmonies of #9D7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B68

Black with #9D7B68

Text Example


Text Example

White with #9D7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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