Html Css Color HEX #9C473C Cognac

📋 copy color: '#9C473C'

red 156 ◦ green 71 ◦ blue 60

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

Shades of Cognac #9C473C

Tints of Cognac #9C473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 54.36%
G = 24.74%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C473C (or 0x9C473C) is known color: Cognac. HEX triplet: 9C, 47 and 3C. RGB value is (156,71,60). Sum of RGB (Red+Green+Blue) = 156+71+60=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C473C is #63B8C3. Grayscale: #5F5F5F. Windows color (decimal): -6535364 or 3950492. OLE color: 3950492.

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

Color convert

RGB 156 71 60 -
CMYK 0 0.54 0.62 0.39
HSL 6.88º 0.44% 0.42% -
HSV(B) 6.88º 0.62% 0.61% -
XYZ 16.78 11.9 5.69 -
YUV 95.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 156 71 60 0 0.54 0.62 0.39 6.88 0.44 0.42
Hex 9C 47 3C 0 36 3E 27 7 2C 2A
Octal 234 107 74 0 66 76 47 7 54 52
Binary 10011100 1000111 111100 0 110110 111110 100111 111 101100 101010

Color Harmonies of #9C473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C473C

Black with #9C473C

Text Example


Text Example

White with #9C473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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