Html Css Color HEX #9B6C4C Dark Tan

📋 copy color: '#9B6C4C'

red 155 ◦ green 108 ◦ blue 76

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

Shades of Dark Tan #9B6C4C

Tints of Dark Tan #9B6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

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

R = 45.72%
G = 31.86%
B = 22.42%

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

#9B6C4C (or 0x9B6C4C) is known color: Dark Tan. HEX triplet: 9B, 6C and 4C. RGB value is (155,108,76). Sum of RGB (Red+Green+Blue) = 155+108+76=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C4C is #6493B3. Grayscale: #767676. Windows color (decimal): -6591412 or 5008539. OLE color: 5008539.

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

Color convert

RGB 155 108 76 -
CMYK 0 0.30 0.51 0.39
HSL 24.3º 0.34% 0.45% -
HSV(B) 24.3º 0.51% 0.61% -
XYZ 20.18 18.22 9.29 -
YUV 118.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 155 108 76 0 0.30 0.51 0.39 24.3 0.34 0.45
Hex 9B 6C 4C 0 1E 33 27 18 22 2D
Octal 233 154 114 0 36 63 47 30 42 55
Binary 10011011 1101100 1001100 0 11110 110011 100111 11000 100010 101101

Color Harmonies of #9B6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C4C

Black with #9B6C4C

Text Example


Text Example

White with #9B6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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