Html Css Color HEX #9B7F6C Medium Wood

📋 copy color: '#9B7F6C'

red 155 ◦ green 127 ◦ blue 108

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

Shades of Medium Wood #9B7F6C

Tints of Medium Wood #9B7F6C

RGB

 RED value IS 155 (60.94% from 255) = 39.74%

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 39.74%
G = 32.56%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B7F6C (or 0x9B7F6C) is known color: Medium Wood. HEX triplet: 9B, 7F and 6C. RGB value is (155,127,108). Sum of RGB (Red+Green+Blue) = 155+127+108=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F6C is #648093. Grayscale: #858585. Windows color (decimal): -6586516 or 7110555. OLE color: 7110555.

HSL color Cylindrical-coordinate representation of color #9B7F6C: hue angle of 24.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B7F6C is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 108 -
CMYK 0 0.18 0.30 0.39
HSL 24.26º 0.19% 0.52% -
HSV(B) 24.26º 0.3% 0.61% -
XYZ 23.81 23.23 17.42 -
YUV 133.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 155 127 108 0 0.18 0.30 0.39 24.26 0.19 0.52
Hex 9B 7F 6C 0 12 1E 27 18 13 34
Octal 233 177 154 0 22 36 47 30 23 64
Binary 10011011 1111111 1101100 0 10010 11110 100111 11000 10011 110100

Color Harmonies of #9B7F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F6C

Black with #9B7F6C

Text Example


Text Example

White with #9B7F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,108); }

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

background-color css

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

 a { background-color: rgb(155,127,108); }

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

border-color css

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

 span { border-color: rgb(155,127,108); }

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