Html Css Color HEX #98423C Cognac

📋 copy color: '#98423C'

red 152 ◦ green 66 ◦ blue 60

#98423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cognac #98423C

Tints of Cognac #98423C

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 value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98423C (or 0x98423C) is known color: 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

RGB 152 66 60 -
CMYK 0 0.57 0.61 0.40
HSL 3.91º 0.43% 0.42% -
HSV(B) 3.91º 0.61% 0.6% -
XYZ 15.71 10.9 5.55 -
YUV 91.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 152 66 60 0 0.57 0.61 0.40 3.91 0.43 0.42
Hex 98 42 3C 0 39 3D 28 4 2B 2A
Octal 230 102 74 0 71 75 50 4 53 52
Binary 10011000 1000010 111100 0 111001 111101 101000 100 101011 101010

Color Harmonies of #98423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98423C

Black with #98423C

Text Example


Text Example

White with #98423C

Text Example


Text Example

HTML Codes & Css Web 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>