Html Css Color HEX #9C6243 Sepia

📋 copy color: '#9C6243'

red 156 ◦ green 98 ◦ blue 67

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

Shades of Sepia #9C6243

Tints of Sepia #9C6243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 48.6%
G = 30.53%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9C6243 (or 0x9C6243) is known color: Sepia. HEX triplet: 9C, 62 and 43. RGB value is (156,98,67). Sum of RGB (Red+Green+Blue) = 156+98+67=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6243 is #639DBC. Grayscale: #6F6F6F. Windows color (decimal): -6528445 or 4416156. OLE color: 4416156.

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

Color convert

RGB 156 98 67 -
CMYK 0 0.37 0.57 0.39
HSL 20.9º 0.4% 0.44% -
HSV(B) 20.9º 0.57% 0.61% -
XYZ 19.09 16.21 7.43 -
YUV 111.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 156 98 67 0 0.37 0.57 0.39 20.9 0.4 0.44
Hex 9C 62 43 0 25 39 27 15 28 2C
Octal 234 142 103 0 45 71 47 25 50 54
Binary 10011100 1100010 1000011 0 100101 111001 100111 10101 101000 101100

Color Harmonies of #9C6243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6243

Black with #9C6243

Text Example


Text Example

White with #9C6243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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