#9B5141

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

Shades of Cognac #9B5141

Tints of Cognac #9B5141

Color information

#9B5141 (or 0x9B5141) is unknown color: approx Cognac. HEX triplet: 9B, 51 and 41. RGB value is (155,81,65). Sum of RGB (Red+Green+Blue) = 155+81+65=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5141 is #64AEBE. Grayscale: #656565. Windows color (decimal): -6598335 or 4280731. OLE color: 4280731.

HSL color Cylindrical-coordinate representation of color #9B5141: hue angle of 10.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B5141 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1558165-
CMYK00.480.580.39
HSL10.67º40.91%43.14%-
HSV(B)10.67º58.06%60.78%-
XYZ17.4113.246.64-
YUV101.3107.52166.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=51.50%
G=26.91%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155816500.480.580.3910.6740.9143.14
Hex9B51410303A27b292b
Octal2331211010607247135153
Binary100110111010001100000101100001110101001111011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,65); }

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

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

 a { background-color: rgb(155,81,65); }

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

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

 span { border-color: rgb(155,81,65); }

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