Html Css Color HEX #9E7B65 Medium Wood

📋 copy color: '#9E7B65'

red 158 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #9E7B65

Tints of Medium Wood #9E7B65

RGB

 RED value IS 158 (62.11% from 255) = 41.36%

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

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

R = 41.36%
G = 32.2%
B = 26.44%

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

#9E7B65 (or 0x9E7B65) is known color: Medium Wood. HEX triplet: 9E, 7B and 65. RGB value is (158,123,101). Sum of RGB (Red+Green+Blue) = 158+123+101=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B65 is #61849A. Grayscale: #838383. Windows color (decimal): -6390939 or 6650782. OLE color: 6650782.

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

Color convert

RGB 158 123 101 -
CMYK 0 0.22 0.36 0.38
HSL 23.16º 0.23% 0.51% -
HSV(B) 23.16º 0.36% 0.62% -
XYZ 23.53 22.37 15.39 -
YUV 130.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 158 123 101 0 0.22 0.36 0.38 23.16 0.23 0.51
Hex 9E 7B 65 0 16 24 26 17 17 33
Octal 236 173 145 0 26 44 46 27 27 63
Binary 10011110 1111011 1100101 0 10110 100100 100110 10111 10111 110011

Color Harmonies of #9E7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B65

Black with #9E7B65

Text Example


Text Example

White with #9E7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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