Html Css Color HEX #9C7A66 Medium Wood

📋 copy color: '#9C7A66'

red 156 ◦ green 122 ◦ blue 102

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

Shades of Medium Wood #9C7A66

Tints of Medium Wood #9C7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 41.05%
G = 32.11%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C7A66 (or 0x9C7A66) is known color: Medium Wood. HEX triplet: 9C, 7A and 66. RGB value is (156,122,102). Sum of RGB (Red+Green+Blue) = 156+122+102=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A66 is #638599. Grayscale: #828282. Windows color (decimal): -6522266 or 6716060. OLE color: 6716060.

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

Color convert

RGB 156 122 102 -
CMYK 0 0.22 0.35 0.39
HSL 22.22º 0.21% 0.51% -
HSV(B) 22.22º 0.35% 0.61% -
XYZ 23.07 21.95 15.59 -
YUV 129.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 156 122 102 0 0.22 0.35 0.39 22.22 0.21 0.51
Hex 9C 7A 66 0 16 23 27 16 15 33
Octal 234 172 146 0 26 43 47 26 25 63
Binary 10011100 1111010 1100110 0 10110 100011 100111 10110 10101 110011

Color Harmonies of #9C7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A66

Black with #9C7A66

Text Example


Text Example

White with #9C7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,102); }

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

background-color css

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

 a { background-color: rgb(156,122,102); }

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

border-color css

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

 span { border-color: rgb(156,122,102); }

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