Html Css Color HEX #9C7E6A Medium Wood

📋 copy color: '#9C7E6A'

red 156 ◦ green 126 ◦ blue 106

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

Shades of Medium Wood #9C7E6A

Tints of Medium Wood #9C7E6A

RGB

 RED value IS 156 (61.33% from 255) = 40.21%

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 40.21%
G = 32.47%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C7E6A (or 0x9C7E6A) is known color: Medium Wood. HEX triplet: 9C, 7E and 6A. RGB value is (156,126,106). Sum of RGB (Red+Green+Blue) = 156+126+106=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E6A is #638195. Grayscale: #848484. Windows color (decimal): -6521238 or 6979228. OLE color: 6979228.

HSL color Cylindrical-coordinate representation of color #9C7E6A: hue angle of 24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7E6A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 126 106 -
CMYK 0 0.19 0.32 0.39
HSL 24º 0.2% 0.51% -
HSV(B) 24º 0.32% 0.61% -
XYZ 23.77 23.03 16.83 -
YUV 132.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 156 126 106 0 0.19 0.32 0.39 24 0.2 0.51
Hex 9C 7E 6A 0 13 20 27 18 14 33
Octal 234 176 152 0 23 40 47 30 24 63
Binary 10011100 1111110 1101010 0 10011 100000 100111 11000 10100 110011

Color Harmonies of #9C7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E6A

Black with #9C7E6A

Text Example


Text Example

White with #9C7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,106); }

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

background-color css

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

 a { background-color: rgb(156,126,106); }

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

border-color css

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

 span { border-color: rgb(156,126,106); }

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