Html Css Color HEX #9B6446 Dark Tan

📋 copy color: '#9B6446'

red 155 ◦ green 100 ◦ blue 70

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

Shades of Dark Tan #9B6446

Tints of Dark Tan #9B6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 47.69%
G = 30.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B6446 (or 0x9B6446) is known color: Dark Tan. HEX triplet: 9B, 64 and 46. RGB value is (155,100,70). Sum of RGB (Red+Green+Blue) = 155+100+70=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6446 is #649BB9. Grayscale: #717171. Windows color (decimal): -6593466 or 4613275. OLE color: 4613275.

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

Color convert

RGB 155 100 70 -
CMYK 0 0.35 0.55 0.39
HSL 21.18º 0.38% 0.44% -
HSV(B) 21.18º 0.55% 0.61% -
XYZ 19.18 16.53 7.97 -
YUV 113.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 155 100 70 0 0.35 0.55 0.39 21.18 0.38 0.44
Hex 9B 64 46 0 23 37 27 15 26 2C
Octal 233 144 106 0 43 67 47 25 46 54
Binary 10011011 1100100 1000110 0 100011 110111 100111 10101 100110 101100

Color Harmonies of #9B6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6446

Black with #9B6446

Text Example


Text Example

White with #9B6446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,70); }

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

background-color css

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

 a { background-color: rgb(155,100,70); }

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

border-color css

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

 span { border-color: rgb(155,100,70); }

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