Html Css Color HEX #9B614E Dark Tan

📋 copy color: '#9B614E'

red 155 ◦ green 97 ◦ blue 78

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

Shades of Dark Tan #9B614E

Tints of Dark Tan #9B614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 46.97%
G = 29.39%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B614E (or 0x9B614E) is known color: Dark Tan. HEX triplet: 9B, 61 and 4E. RGB value is (155,97,78). Sum of RGB (Red+Green+Blue) = 155+97+78=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B614E is #649EB1. Grayscale: #707070. Windows color (decimal): -6594226 or 5136795. OLE color: 5136795.

HSL color Cylindrical-coordinate representation of color #9B614E: hue angle of 14.81º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B614E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 78 -
CMYK 0 0.37 0.50 0.39
HSL 14.81º 0.33% 0.46% -
HSV(B) 14.81º 0.5% 0.61% -
XYZ 19.17 16.07 9.3 -
YUV 112.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 155 97 78 0 0.37 0.50 0.39 14.81 0.33 0.46
Hex 9B 61 4E 0 25 32 27 F 21 2E
Octal 233 141 116 0 45 62 47 17 41 56
Binary 10011011 1100001 1001110 0 100101 110010 100111 1111 100001 101110

Color Harmonies of #9B614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B614E

Black with #9B614E

Text Example


Text Example

White with #9B614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,78); }

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

background-color css

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

 a { background-color: rgb(155,97,78); }

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

border-color css

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

 span { border-color: rgb(155,97,78); }

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