Html Css Color HEX #9B6E46 Dark Tan

📋 copy color: '#9B6E46'

red 155 ◦ green 110 ◦ blue 70

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

Shades of Dark Tan #9B6E46

Tints of Dark Tan #9B6E46

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

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

R = 46.27%
G = 32.84%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B6E46 (or 0x9B6E46) is known color: Dark Tan. HEX triplet: 9B, 6E and 46. RGB value is (155,110,70). Sum of RGB (Red+Green+Blue) = 155+110+70=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E46 is #6491B9. Grayscale: #777777. Windows color (decimal): -6590906 or 4615835. OLE color: 4615835.

HSL color Cylindrical-coordinate representation of color #9B6E46: hue angle of 28.24º 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 #9B6E46 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 70 -
CMYK 0 0.29 0.55 0.39
HSL 28.24º 0.38% 0.44% -
HSV(B) 28.24º 0.55% 0.61% -
XYZ 20.2 18.56 8.31 -
YUV 118.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 155 110 70 0 0.29 0.55 0.39 28.24 0.38 0.44
Hex 9B 6E 46 0 1D 37 27 1C 26 2C
Octal 233 156 106 0 35 67 47 34 46 54
Binary 10011011 1101110 1000110 0 11101 110111 100111 11100 100110 101100

Color Harmonies of #9B6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E46

Black with #9B6E46

Text Example


Text Example

White with #9B6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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