Html Css Color HEX #9B706B Dark Chestnut

📋 copy color: '#9B706B'

red 155 ◦ green 112 ◦ blue 107

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

Shades of Dark Chestnut #9B706B

Tints of Dark Chestnut #9B706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 41.44%
G = 29.95%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B706B (or 0x9B706B) is known color: Dark Chestnut. HEX triplet: 9B, 70 and 6B. RGB value is (155,112,107). Sum of RGB (Red+Green+Blue) = 155+112+107=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B706B is #648F94. Grayscale: #7C7C7C. Windows color (decimal): -6590357 or 7041179. OLE color: 7041179.

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

Color convert

RGB 155 112 107 -
CMYK 0 0.28 0.31 0.39
HSL 6.25º 0.19% 0.51% -
HSV(B) 6.25º 0.31% 0.61% -
XYZ 21.97 19.62 16.54 -
YUV 124.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 155 112 107 0 0.28 0.31 0.39 6.25 0.19 0.51
Hex 9B 70 6B 0 1C 1F 27 6 13 33
Octal 233 160 153 0 34 37 47 6 23 63
Binary 10011011 1110000 1101011 0 11100 11111 100111 110 10011 110011

Color Harmonies of #9B706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B706B

Black with #9B706B

Text Example


Text Example

White with #9B706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,107); }

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

background-color css

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

 a { background-color: rgb(155,112,107); }

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

border-color css

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

 span { border-color: rgb(155,112,107); }

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