#99413A

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

Shades of Cognac #99413A

Tints of Cognac #99413A

Color information

#99413A (or 0x99413A) is unknown color: approx Cognac. HEX triplet: 99, 41 and 3A. RGB value is (153,65,58). Sum of RGB (Red+Green+Blue) = 153+65+58=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99413A is #66BEC5. Grayscale: #5A5A5A. Windows color (decimal): -6733510 or 3817881. OLE color: 3817881.

HSL color Cylindrical-coordinate representation of color #99413A: hue angle of 4.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99413A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1536558-
CMYK00.580.620.4
HSL4.42º45.02%41.37%-
HSV(B)4.42º62.09%60%-
XYZ15.7910.865.27-
YUV90.51109.65172.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=55.43%
G=23.55%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153655800.580.620.44.4245.0241.37
Hex99413A03A3E2842d29
Octal23110172072765045551
Binary1001100110000011110100111010111110101000100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99413A; }

 p { color: rgb(153,65,58); }

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

<style>
 a { background-color: #99413A; }

 a { background-color: rgb(153,65,58); }

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

<style>
 span { border-color: #99413A; }

 span { border-color: rgb(153,65,58); }

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