Html Css Color HEX #9C463D Cognac

📋 copy color: '#9C463D'

red 156 ◦ green 70 ◦ blue 61

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

Shades of Cognac #9C463D

Tints of Cognac #9C463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 54.36%
G = 24.39%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C463D (or 0x9C463D) is known color: Cognac. HEX triplet: 9C, 46 and 3D. RGB value is (156,70,61). Sum of RGB (Red+Green+Blue) = 156+70+61=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C463D is #63B9C2. Grayscale: #5E5E5E. Windows color (decimal): -6535619 or 4015772. OLE color: 4015772.

HSL color Cylindrical-coordinate representation of color #9C463D: hue angle of 5.68º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C463D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 61 -
CMYK 0 0.55 0.61 0.39
HSL 5.68º 0.44% 0.43% -
HSV(B) 5.68º 0.61% 0.61% -
XYZ 16.74 11.79 5.81 -
YUV 94.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 156 70 61 0 0.55 0.61 0.39 5.68 0.44 0.43
Hex 9C 46 3D 0 37 3D 27 6 2C 2B
Octal 234 106 75 0 67 75 47 6 54 53
Binary 10011100 1000110 111101 0 110111 111101 100111 110 101100 101011

Color Harmonies of #9C463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C463D

Black with #9C463D

Text Example


Text Example

White with #9C463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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