Html Css Color HEX #9B6348 Dark Tan

📋 copy color: '#9B6348'

red 155 ◦ green 99 ◦ blue 72

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

Shades of Dark Tan #9B6348

Tints of Dark Tan #9B6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 47.55%
G = 30.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B6348 (or 0x9B6348) is known color: Dark Tan. HEX triplet: 9B, 63 and 48. RGB value is (155,99,72). Sum of RGB (Red+Green+Blue) = 155+99+72=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6348 is #649CB7. Grayscale: #707070. Windows color (decimal): -6593720 or 4744091. OLE color: 4744091.

HSL color Cylindrical-coordinate representation of color #9B6348: hue angle of 19.52º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B6348 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 72 -
CMYK 0 0.36 0.54 0.39
HSL 19.52º 0.37% 0.45% -
HSV(B) 19.52º 0.54% 0.61% -
XYZ 19.15 16.36 8.28 -
YUV 112.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 155 99 72 0 0.36 0.54 0.39 19.52 0.37 0.45
Hex 9B 63 48 0 24 36 27 14 25 2D
Octal 233 143 110 0 44 66 47 24 45 55
Binary 10011011 1100011 1001000 0 100100 110110 100111 10100 100101 101101

Color Harmonies of #9B6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6348

Black with #9B6348

Text Example


Text Example

White with #9B6348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,72); }

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

background-color css

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

 a { background-color: rgb(155,99,72); }

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

border-color css

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

 span { border-color: rgb(155,99,72); }

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