#9B463B

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

Shades of Cognac #9B463B

Tints of Cognac #9B463B

Color information

#9B463B (or 0x9B463B) is unknown color: approx Cognac. HEX triplet: 9B, 46 and 3B. RGB value is (155,70,59). Sum of RGB (Red+Green+Blue) = 155+70+59=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B463B is #64B9C4. Grayscale: #5E5E5E. Windows color (decimal): -6601157 or 3884699. OLE color: 3884699.

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

Color convert

RGB1557059-
CMYK00.550.620.39
HSL6.88º44.86%41.96%-
HSV(B)6.88º61.94%60.78%-
XYZ16.511.665.52-
YUV94.16108.16171.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=54.58%
G=24.65%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155705900.550.620.396.8844.8641.96
Hex9B463B0373E2772d2a
Octal23310673067764775552
Binary1001101110001101110110110111111110100111111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,59); }

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

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

 a { background-color: rgb(155,70,59); }

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

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

 span { border-color: rgb(155,70,59); }

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