#9B614C

Color #9B614C Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9B614C

Tints of Dark Tan #9B614C

Color information

#9B614C (or 0x9B614C) is unknown color: approx Dark Tan. HEX triplet: 9B, 61 and 4C. RGB value is (155,97,76). Sum of RGB (Red+Green+Blue) = 155+97+76=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B614C is #649EB3. Grayscale: #707070. Windows color (decimal): -6594228 or 5005723. OLE color: 5005723.

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

Color convert

RGB1559776-
CMYK00.370.510.39
HSL15.95º34.2%45.29%-
HSV(B)15.95º50.97%60.78%-
XYZ19.116.048.93-
YUV111.95107.72158.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=47.26%
G=29.57%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155977600.370.510.3915.9534.245.29
Hex9B614C025332710222d
Octal2331411140456347204255
Binary1001101111000011001100010010111001110011110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B614C;
 }
 .AnyTagClassName
 {
   color: #9B614C;
 }
</style>
background-color css

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

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

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

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

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

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