#9C423C

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

Shades of Cognac #9C423C

Tints of Cognac #9C423C

Color information

#9C423C (or 0x9C423C) is unknown color: approx Cognac. HEX triplet: 9C, 42 and 3C. RGB value is (156,66,60). Sum of RGB (Red+Green+Blue) = 156+66+60=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C423C is #63BDC3. Grayscale: #5C5C5C. Windows color (decimal): -6536644 or 3949212. OLE color: 3949212.

HSL color Cylindrical-coordinate representation of color #9C423C: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C423C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1566660-
CMYK00.580.620.39
HSL3.75º44.44%42.35%-
HSV(B)3.75º61.54%61.18%-
XYZ16.4711.295.59-
YUV92.23109.82173.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156666000.580.620.393.7544.4442.35
Hex9C423C03A3E2742c2a
Octal23410274072764745452
Binary1001110010000101111000111010111110100111100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C423C; }

 p { color: rgb(156,66,60); }

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

<style>
 a { background-color: #9C423C; }

 a { background-color: rgb(156,66,60); }

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

<style>
 span { border-color: #9C423C; }

 span { border-color: rgb(156,66,60); }

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