Html Css Color HEX #9C5643 Sepia

📋 copy color: '#9C5643'

red 156 ◦ green 86 ◦ blue 67

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

Shades of Sepia #9C5643

Tints of Sepia #9C5643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 50.49%
G = 27.83%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9C5643 (or 0x9C5643) is known color: Sepia. HEX triplet: 9C, 56 and 43. RGB value is (156,86,67). Sum of RGB (Red+Green+Blue) = 156+86+67=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5643 is #63A9BC. Grayscale: #686868. Windows color (decimal): -6531517 or 4413084. OLE color: 4413084.

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

Color convert

RGB 156 86 67 -
CMYK 0 0.45 0.57 0.39
HSL 12.81º 0.4% 0.44% -
HSV(B) 12.81º 0.57% 0.61% -
XYZ 18.05 14.13 7.09 -
YUV 104.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 156 86 67 0 0.45 0.57 0.39 12.81 0.4 0.44
Hex 9C 56 43 0 2D 39 27 D 28 2C
Octal 234 126 103 0 55 71 47 15 50 54
Binary 10011100 1010110 1000011 0 101101 111001 100111 1101 101000 101100

Color Harmonies of #9C5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5643

Black with #9C5643

Text Example


Text Example

White with #9C5643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,67); }

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

background-color css

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

 a { background-color: rgb(156,86,67); }

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

border-color css

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

 span { border-color: rgb(156,86,67); }

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