Html Css Color HEX #9C4136 Cognac

📋 copy color: '#9C4136'

red 156 ◦ green 65 ◦ blue 54

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

Shades of Cognac #9C4136

Tints of Cognac #9C4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 56.73%
G = 23.64%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C4136 (or 0x9C4136) is known color: Cognac. HEX triplet: 9C, 41 and 36. RGB value is (156,65,54). Sum of RGB (Red+Green+Blue) = 156+65+54=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4136 is #63BEC9. Grayscale: #5B5B5B. Windows color (decimal): -6536906 or 3555740. OLE color: 3555740.

HSL color Cylindrical-coordinate representation of color #9C4136: hue angle of 6.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C4136 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 54 -
CMYK 0 0.58 0.65 0.39
HSL 6.47º 0.49% 0.41% -
HSV(B) 6.47º 0.65% 0.61% -
XYZ 16.27 11.11 4.78 -
YUV 90.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 156 65 54 0 0.58 0.65 0.39 6.47 0.49 0.41
Hex 9C 41 36 0 3A 41 27 6 31 29
Octal 234 101 66 0 72 101 47 6 61 51
Binary 10011100 1000001 110110 0 111010 1000001 100111 110 110001 101001

Color Harmonies of #9C4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4136

Black with #9C4136

Text Example


Text Example

White with #9C4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,54); }

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

background-color css

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

 a { background-color: rgb(156,65,54); }

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

border-color css

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

 span { border-color: rgb(156,65,54); }

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