Html Css Color HEX #9B6D4A Dark Tan

📋 copy color: '#9B6D4A'

red 155 ◦ green 109 ◦ blue 74

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

Shades of Dark Tan #9B6D4A

Tints of Dark Tan #9B6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 45.86%
G = 32.25%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B6D4A (or 0x9B6D4A) is known color: Dark Tan. HEX triplet: 9B, 6D and 4A. RGB value is (155,109,74). Sum of RGB (Red+Green+Blue) = 155+109+74=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D4A is #6492B5. Grayscale: #767676. Windows color (decimal): -6591158 or 4877723. OLE color: 4877723.

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

Color convert

RGB 155 109 74 -
CMYK 0 0.30 0.52 0.39
HSL 25.93º 0.35% 0.45% -
HSV(B) 25.93º 0.52% 0.61% -
XYZ 20.22 18.4 8.96 -
YUV 118.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 155 109 74 0 0.30 0.52 0.39 25.93 0.35 0.45
Hex 9B 6D 4A 0 1E 34 27 1A 23 2D
Octal 233 155 112 0 36 64 47 32 43 55
Binary 10011011 1101101 1001010 0 11110 110100 100111 11010 100011 101101

Color Harmonies of #9B6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D4A

Black with #9B6D4A

Text Example


Text Example

White with #9B6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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