Html Css Color HEX #9B563C Sepia

📋 copy color: '#9B563C'

red 155 ◦ green 86 ◦ blue 60

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

Shades of Sepia #9B563C

Tints of Sepia #9B563C

RGB

 RED value IS 155 (60.94% from 255) = 51.5%

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

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

R = 51.5%
G = 28.57%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B563C (or 0x9B563C) is known color: Sepia. HEX triplet: 9B, 56 and 3C. RGB value is (155,86,60). Sum of RGB (Red+Green+Blue) = 155+86+60=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B563C is #64A9C3. Grayscale: #676767. Windows color (decimal): -6597060 or 3954331. OLE color: 3954331.

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

Color convert

RGB 155 86 60 -
CMYK 0 0.45 0.61 0.39
HSL 16.42º 0.44% 0.42% -
HSV(B) 16.42º 0.61% 0.61% -
XYZ 17.66 13.95 6.04 -
YUV 103.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 155 86 60 0 0.45 0.61 0.39 16.42 0.44 0.42
Hex 9B 56 3C 0 2D 3D 27 10 2C 2A
Octal 233 126 74 0 55 75 47 20 54 52
Binary 10011011 1010110 111100 0 101101 111101 100111 10000 101100 101010

Color Harmonies of #9B563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B563C

Black with #9B563C

Text Example


Text Example

White with #9B563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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