Html Css Color HEX #9C463B Cognac

📋 copy color: '#9C463B'

red 156 ◦ green 70 ◦ blue 59

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

Shades of Cognac #9C463B

Tints of Cognac #9C463B

RGB

 RED value IS 156 (61.33% from 255) = 54.74%

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 54.74%
G = 24.56%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C463B (or 0x9C463B) is known color: Cognac. HEX triplet: 9C, 46 and 3B. RGB value is (156,70,59). Sum of RGB (Red+Green+Blue) = 156+70+59=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C463B is #63B9C4. Grayscale: #5E5E5E. Windows color (decimal): -6535621 or 3884700. OLE color: 3884700.

HSL color Cylindrical-coordinate representation of color #9C463B: hue angle of 6.8º degrees, saturation: 0.45, 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 #9C463B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 59 -
CMYK 0 0.55 0.62 0.39
HSL 6.8º 0.45% 0.42% -
HSV(B) 6.8º 0.62% 0.61% -
XYZ 16.69 11.76 5.53 -
YUV 94.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 156 70 59 0 0.55 0.62 0.39 6.8 0.45 0.42
Hex 9C 46 3B 0 37 3E 27 7 2D 2A
Octal 234 106 73 0 67 76 47 7 55 52
Binary 10011100 1000110 111011 0 110111 111110 100111 111 101101 101010

Color Harmonies of #9C463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C463B

Black with #9C463B

Text Example


Text Example

White with #9C463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,59); }

 H1.HeaderClassName
 {
   color: #9C463B;
 }
 .AnyTagClassName
 {
   color: #9C463B;
 }
</style>

background-color css

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

 a { background-color: rgb(156,70,59); }

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

border-color css

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

 span { border-color: rgb(156,70,59); }

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