#99413C

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

Shades of Cognac #99413C

Tints of Cognac #99413C

Color information

#99413C (or 0x99413C) is unknown color: approx Cognac. HEX triplet: 99, 41 and 3C. RGB value is (153,65,60). Sum of RGB (Red+Green+Blue) = 153+65+60=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99413C is #66BEC3. Grayscale: #5A5A5A. Windows color (decimal): -6733508 or 3948953. OLE color: 3948953.

HSL color Cylindrical-coordinate representation of color #99413C: hue angle of 3.23º 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 #99413C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1536560-
CMYK00.580.610.4
HSL3.23º43.66%41.76%-
HSV(B)3.23º60.78%60%-
XYZ15.8410.885.54-
YUV90.74110.65172.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=55.04%
G=23.38%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153656000.580.610.43.2343.6641.76
Hex99413C03A3D2832c2a
Octal23110174072755035452
Binary100110011000001111100011101011110110100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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