#98423C

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

Shades of Cognac #98423C

Tints of Cognac #98423C

Color information

#98423C (or 0x98423C) is unknown color: approx Cognac. HEX triplet: 98, 42 and 3C. RGB value is (152,66,60). Sum of RGB (Red+Green+Blue) = 152+66+60=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98423C is #67BDC3. Grayscale: #5B5B5B. Windows color (decimal): -6798788 or 3949208. OLE color: 3949208.

HSL color Cylindrical-coordinate representation of color #98423C: hue angle of 3.91º degrees, saturation: 0.43, 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 #98423C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1526660-
CMYK00.570.610.40
HSL3.91º43.4%41.57%-
HSV(B)3.91º60.53%59.61%-
XYZ15.7110.95.55-
YUV91.03110.49171.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=54.68%
G=23.74%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152666000.570.610.403.9143.441.57
Hex98423C0393D2842b2a
Octal23010274071755045352
Binary1001100010000101111000111001111101101000100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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