#9B463D

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

Shades of Cognac #9B463D

Tints of Cognac #9B463D

Color information

#9B463D (or 0x9B463D) is unknown color: approx Cognac. HEX triplet: 9B, 46 and 3D. RGB value is (155,70,61). Sum of RGB (Red+Green+Blue) = 155+70+61=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B463D is #64B9C2. Grayscale: #5E5E5E. Windows color (decimal): -6601155 or 4015771. OLE color: 4015771.

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

Color convert

RGB1557061-
CMYK00.550.610.39
HSL5.74º43.52%42.35%-
HSV(B)5.74º60.65%60.78%-
XYZ16.5511.695.8-
YUV94.39109.16171.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=54.20%
G=24.48%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155706100.550.610.395.7443.5242.35
Hex9B463D0373D2762c2a
Octal23310675067754765452
Binary1001101110001101111010110111111101100111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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