Html Css Color HEX #9D7C67 Medium Wood

📋 copy color: '#9D7C67'

red 157 ◦ green 124 ◦ blue 103

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

Shades of Medium Wood #9D7C67

Tints of Medium Wood #9D7C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 103 (40.63% from 255) = 26.82%

R = 40.89%
G = 32.29%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D7C67 (or 0x9D7C67) is known color: Medium Wood. HEX triplet: 9D, 7C and 67. RGB value is (157,124,103). Sum of RGB (Red+Green+Blue) = 157+124+103=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C67 is #628398. Grayscale: #838383. Windows color (decimal): -6456217 or 6782109. OLE color: 6782109.

HSL color Cylindrical-coordinate representation of color #9D7C67: hue angle of 23.33º degrees, saturation: 0.22, 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 #9D7C67 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 103 -
CMYK 0 0.21 0.34 0.38
HSL 23.33º 0.22% 0.51% -
HSV(B) 23.33º 0.34% 0.62% -
XYZ 23.56 22.56 15.95 -
YUV 131.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 157 124 103 0 0.21 0.34 0.38 23.33 0.22 0.51
Hex 9D 7C 67 0 15 22 26 17 16 33
Octal 235 174 147 0 25 42 46 27 26 63
Binary 10011101 1111100 1100111 0 10101 100010 100110 10111 10110 110011

Color Harmonies of #9D7C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C67

Black with #9D7C67

Text Example


Text Example

White with #9D7C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,124,103); }

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

background-color css

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

 a { background-color: rgb(157,124,103); }

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

border-color css

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

 span { border-color: rgb(157,124,103); }

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