Html Css Color HEX #9D7B65 Medium Wood

📋 copy color: '#9D7B65'

red 157 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #9D7B65

Tints of Medium Wood #9D7B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 41.21%
G = 32.28%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D7B65 (or 0x9D7B65) is known color: Medium Wood. HEX triplet: 9D, 7B and 65. RGB value is (157,123,101). Sum of RGB (Red+Green+Blue) = 157+123+101=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B65 is #62849A. Grayscale: #828282. Windows color (decimal): -6456475 or 6650781. OLE color: 6650781.

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

Color convert

RGB 157 123 101 -
CMYK 0 0.22 0.36 0.38
HSL 23.57º 0.22% 0.51% -
HSV(B) 23.57º 0.36% 0.62% -
XYZ 23.34 22.27 15.38 -
YUV 130.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 157 123 101 0 0.22 0.36 0.38 23.57 0.22 0.51
Hex 9D 7B 65 0 16 24 26 18 16 33
Octal 235 173 145 0 26 44 46 30 26 63
Binary 10011101 1111011 1100101 0 10110 100100 100110 11000 10110 110011

Color Harmonies of #9D7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B65

Black with #9D7B65

Text Example


Text Example

White with #9D7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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