Html Css Color HEX #9C563C Sepia

📋 copy color: '#9C563C'

red 156 ◦ green 86 ◦ blue 60

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

Shades of Sepia #9C563C

Tints of Sepia #9C563C

RGB

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

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

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

R = 51.66%
G = 28.48%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C563C (or 0x9C563C) is known color: Sepia. HEX triplet: 9C, 56 and 3C. RGB value is (156,86,60). Sum of RGB (Red+Green+Blue) = 156+86+60=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C563C is #63A9C3. Grayscale: #686868. Windows color (decimal): -6531524 or 3954332. OLE color: 3954332.

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

Color convert

RGB 156 86 60 -
CMYK 0 0.45 0.62 0.39
HSL 16.25º 0.44% 0.42% -
HSV(B) 16.25º 0.62% 0.61% -
XYZ 17.85 14.05 6.05 -
YUV 103.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 156 86 60 0 0.45 0.62 0.39 16.25 0.44 0.42
Hex 9C 56 3C 0 2D 3E 27 10 2C 2A
Octal 234 126 74 0 55 76 47 20 54 52
Binary 10011100 1010110 111100 0 101101 111110 100111 10000 101100 101010

Color Harmonies of #9C563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C563C

Black with #9C563C

Text Example


Text Example

White with #9C563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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