#99463F

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

Shades of Cognac #99463F

Tints of Cognac #99463F

Color information

#99463F (or 0x99463F) is unknown color: approx Cognac. HEX triplet: 99, 46 and 3F. RGB value is (153,70,63). Sum of RGB (Red+Green+Blue) = 153+70+63=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99463F is #66B9C0. Grayscale: #5E5E5E. Windows color (decimal): -6732225 or 4146841. OLE color: 4146841.

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

Color convert

RGB1537063-
CMYK00.540.590.4
HSL4.67º41.67%42.35%-
HSV(B)4.67º58.82%60%-
XYZ16.2211.516.07-
YUV94.02110.5170.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 63 (25% from 255) = 22.03%
R=53.50%
G=24.48%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153706300.540.590.44.6741.6742.35
Hex99463F0363B2852a2a
Octal23110677066735055252
Binary1001100110001101111110110110111011101000101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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