#98463F

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

Shades of Cognac #98463F

Tints of Cognac #98463F

Color information

#98463F (or 0x98463F) is unknown color: approx Cognac. HEX triplet: 98, 46 and 3F. RGB value is (152,70,63). Sum of RGB (Red+Green+Blue) = 152+70+63=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98463F is #67B9C0. Grayscale: #5D5D5D. Windows color (decimal): -6797761 or 4146840. OLE color: 4146840.

HSL color Cylindrical-coordinate representation of color #98463F: hue angle of 4.72º degrees, saturation: 0.41, 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 #98463F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1527063-
CMYK00.540.590.40
HSL4.72º41.4%42.16%-
HSV(B)4.72º58.55%59.61%-
XYZ16.0411.416.06-
YUV93.72110.67169.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 63 (25% from 255) = 22.11%
R=53.33%
G=24.56%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152706300.540.590.404.7241.442.16
Hex98463F0363B285292a
Octal23010677066735055152
Binary1001100010001101111110110110111011101000101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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