#99463C

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

Shades of Cognac #99463C

Tints of Cognac #99463C

Color information

#99463C (or 0x99463C) is unknown color: approx Cognac. HEX triplet: 99, 46 and 3C. RGB value is (153,70,60). Sum of RGB (Red+Green+Blue) = 153+70+60=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99463C is #66B9C3. Grayscale: #5D5D5D. Windows color (decimal): -6732228 or 3950233. OLE color: 3950233.

HSL color Cylindrical-coordinate representation of color #99463C: hue angle of 6.45º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99463C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1537060-
CMYK00.540.610.4
HSL6.45º43.66%41.76%-
HSV(B)6.45º60.78%60%-
XYZ16.1411.485.64-
YUV93.68109170.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=54.06%
G=24.73%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153706000.540.610.46.4543.6641.76
Hex99463C0363D2862c2a
Octal23110674066755065452
Binary1001100110001101111000110110111101101000110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99463C; }

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

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

<style>
 a { background-color: #99463C; }

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

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

<style>
 span { border-color: #99463C; }

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

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