Html Css Color HEX #9B7066 Dark Chestnut

📋 copy color: '#9B7066'

red 155 ◦ green 112 ◦ blue 102

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

Shades of Dark Chestnut #9B7066

Tints of Dark Chestnut #9B7066

RGB

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

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

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

R = 42.01%
G = 30.35%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B7066 (or 0x9B7066) is known color: Dark Chestnut. HEX triplet: 9B, 70 and 66. RGB value is (155,112,102). Sum of RGB (Red+Green+Blue) = 155+112+102=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7066 is #648F99. Grayscale: #7B7B7B. Windows color (decimal): -6590362 or 6713499. OLE color: 6713499.

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

Color convert

RGB 155 112 102 -
CMYK 0 0.28 0.34 0.39
HSL 11.32º 0.21% 0.5% -
HSV(B) 11.32º 0.34% 0.61% -
XYZ 21.71 19.52 15.19 -
YUV 123.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 155 112 102 0 0.28 0.34 0.39 11.32 0.21 0.5
Hex 9B 70 66 0 1C 22 27 B 15 32
Octal 233 160 146 0 34 42 47 13 25 62
Binary 10011011 1110000 1100110 0 11100 100010 100111 1011 10101 110010

Color Harmonies of #9B7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7066

Black with #9B7066

Text Example


Text Example

White with #9B7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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