Html Css Color HEX #9E7C65 Medium Wood

📋 copy color: '#9E7C65'

red 158 ◦ green 124 ◦ blue 101

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

Shades of Medium Wood #9E7C65

Tints of Medium Wood #9E7C65

RGB

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

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

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

R = 41.25%
G = 32.38%
B = 26.37%

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

#9E7C65 (or 0x9E7C65) is known color: Medium Wood. HEX triplet: 9E, 7C and 65. RGB value is (158,124,101). Sum of RGB (Red+Green+Blue) = 158+124+101=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C65 is #61839A. Grayscale: #838383. Windows color (decimal): -6390683 or 6651038. OLE color: 6651038.

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

Color convert

RGB 158 124 101 -
CMYK 0 0.22 0.36 0.38
HSL 24.21º 0.23% 0.51% -
HSV(B) 24.21º 0.36% 0.62% -
XYZ 23.66 22.62 15.43 -
YUV 131.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 158 124 101 0 0.22 0.36 0.38 24.21 0.23 0.51
Hex 9E 7C 65 0 16 24 26 18 17 33
Octal 236 174 145 0 26 44 46 30 27 63
Binary 10011110 1111100 1100101 0 10110 100100 100110 11000 10111 110011

Color Harmonies of #9E7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7C65

Black with #9E7C65

Text Example


Text Example

White with #9E7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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