Html Css Color HEX #98463F Cognac

📋 copy color: '#98463F'

red 152 ◦ green 70 ◦ blue 63

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

Shades of Cognac #98463F

Tints of Cognac #98463F

RGB

 RED value IS 152 (59.77% from 255) = 53.33%

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 53.33%
G = 24.56%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98463F (or 0x98463F) is known color: Cognac. HEX triplet: 98, 46 and 3F. RGB value is (152,70,63). Sum of RGB (Red+Green+Blue) = 152+70+63=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98463F is #67B9C0. Grayscale: #5D5D5D. Windows color (decimal): -6797761 or 4146840. OLE color: 4146840.

HSL color Cylindrical-coordinate representation of color #98463F: hue angle of 4.72º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98463F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 63 -
CMYK 0 0.54 0.59 0.40
HSL 4.72º 0.41% 0.42% -
HSV(B) 4.72º 0.59% 0.6% -
XYZ 16.04 11.41 6.06 -
YUV 93.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 152 70 63 0 0.54 0.59 0.40 4.72 0.41 0.42
Hex 98 46 3F 0 36 3B 28 5 29 2A
Octal 230 106 77 0 66 73 50 5 51 52
Binary 10011000 1000110 111111 0 110110 111011 101000 101 101001 101010

Color Harmonies of #98463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98463F

Black with #98463F

Text Example


Text Example

White with #98463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98463F; }

 p { color: rgb(152,70,63); }

 H1.HeaderClassName
 {
   color: #98463F;
 }
 .AnyTagClassName
 {
   color: #98463F;
 }
</style>

background-color css

<style>
 a { background-color: #98463F; }

 a { background-color: rgb(152,70,63); }

 div.DivClassName
 {
   background-color: #98463F;
 }
 .BgClassName
 {
   background-color: #98463F;
 }
</style>

border-color css

<style>
 span { border-color: #98463F; }

 span { border-color: rgb(152,70,63); }

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