Html Css Color HEX #9B563F Sepia

📋 copy color: '#9B563F'

red 155 ◦ green 86 ◦ blue 63

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

Shades of Sepia #9B563F

Tints of Sepia #9B563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 50.99%
G = 28.29%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B563F (or 0x9B563F) is known color: Sepia. HEX triplet: 9B, 56 and 3F. RGB value is (155,86,63). Sum of RGB (Red+Green+Blue) = 155+86+63=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B563F is #64A9C0. Grayscale: #686868. Windows color (decimal): -6597057 or 4150939. OLE color: 4150939.

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

Color convert

RGB 155 86 63 -
CMYK 0 0.45 0.59 0.39
HSL 15º 0.42% 0.43% -
HSV(B) 15º 0.59% 0.61% -
XYZ 17.74 13.98 6.47 -
YUV 104.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 155 86 63 0 0.45 0.59 0.39 15 0.42 0.43
Hex 9B 56 3F 0 2D 3B 27 F 2A 2B
Octal 233 126 77 0 55 73 47 17 52 53
Binary 10011011 1010110 111111 0 101101 111011 100111 1111 101010 101011

Color Harmonies of #9B563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B563F

Black with #9B563F

Text Example


Text Example

White with #9B563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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