#9B463C

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

Shades of Cognac #9B463C

Tints of Cognac #9B463C

Color information

#9B463C (or 0x9B463C) is unknown color: approx Cognac. HEX triplet: 9B, 46 and 3C. RGB value is (155,70,60). Sum of RGB (Red+Green+Blue) = 155+70+60=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B463C is #64B9C3. Grayscale: #5E5E5E. Windows color (decimal): -6601156 or 3950235. OLE color: 3950235.

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

Color convert

RGB1557060-
CMYK00.550.610.39
HSL6.32º44.19%42.16%-
HSV(B)6.32º61.29%60.78%-
XYZ16.5211.685.66-
YUV94.28108.66171.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=54.39%
G=24.56%
B=21.05%

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
Decimal155706000.550.610.396.3244.1942.16
Hex9B463C0373D2762c2a
Octal23310674067754765452
Binary1001101110001101111000110111111101100111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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