Html Css Color HEX #9B6D4C Dark Tan

📋 copy color: '#9B6D4C'

red 155 ◦ green 109 ◦ blue 76

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

Shades of Dark Tan #9B6D4C

Tints of Dark Tan #9B6D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 45.59%
G = 32.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B6D4C (or 0x9B6D4C) is known color: Dark Tan. HEX triplet: 9B, 6D and 4C. RGB value is (155,109,76). Sum of RGB (Red+Green+Blue) = 155+109+76=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D4C is #6492B3. Grayscale: #777777. Windows color (decimal): -6591156 or 5008795. OLE color: 5008795.

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

Color convert

RGB 155 109 76 -
CMYK 0 0.30 0.51 0.39
HSL 25.06º 0.34% 0.45% -
HSV(B) 25.06º 0.51% 0.61% -
XYZ 20.29 18.43 9.32 -
YUV 118.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 155 109 76 0 0.30 0.51 0.39 25.06 0.34 0.45
Hex 9B 6D 4C 0 1E 33 27 19 22 2D
Octal 233 155 114 0 36 63 47 31 42 55
Binary 10011011 1101101 1001100 0 11110 110011 100111 11001 100010 101101

Color Harmonies of #9B6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D4C

Black with #9B6D4C

Text Example


Text Example

White with #9B6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,109,76); }

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

background-color css

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

 a { background-color: rgb(155,109,76); }

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

border-color css

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

 span { border-color: rgb(155,109,76); }

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