#9B423C

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

Shades of Cognac #9B423C

Tints of Cognac #9B423C

Color information

#9B423C (or 0x9B423C) is unknown color: approx Cognac. HEX triplet: 9B, 42 and 3C. RGB value is (155,66,60). Sum of RGB (Red+Green+Blue) = 155+66+60=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B423C is #64BDC3. Grayscale: #5C5C5C. Windows color (decimal): -6602180 or 3949211. OLE color: 3949211.

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

Color convert

RGB1556660-
CMYK00.570.610.39
HSL3.79º44.19%42.16%-
HSV(B)3.79º61.29%60.78%-
XYZ16.2811.195.58-
YUV91.93109.99172.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=55.16%
G=23.49%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155666000.570.610.393.7944.1942.16
Hex9B423C0393D2742c2a
Octal23310274071754745452
Binary1001101110000101111000111001111101100111100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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