Html Css Color HEX #9C463C Cognac

📋 copy color: '#9C463C'

red 156 ◦ green 70 ◦ blue 60

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

Shades of Cognac #9C463C

Tints of Cognac #9C463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 54.55%
G = 24.48%
B = 20.98%

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

#9C463C (or 0x9C463C) is known color: Cognac. HEX triplet: 9C, 46 and 3C. RGB value is (156,70,60). Sum of RGB (Red+Green+Blue) = 156+70+60=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C463C is #63B9C3. Grayscale: #5E5E5E. Windows color (decimal): -6535620 or 3950236. OLE color: 3950236.

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

Color convert

RGB 156 70 60 -
CMYK 0 0.55 0.62 0.39
HSL 6.25º 0.44% 0.42% -
HSV(B) 6.25º 0.62% 0.61% -
XYZ 16.72 11.77 5.67 -
YUV 94.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 156 70 60 0 0.55 0.62 0.39 6.25 0.44 0.42
Hex 9C 46 3C 0 37 3E 27 6 2C 2A
Octal 234 106 74 0 67 76 47 6 54 52
Binary 10011100 1000110 111100 0 110111 111110 100111 110 101100 101010

Color Harmonies of #9C463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C463C

Black with #9C463C

Text Example


Text Example

White with #9C463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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