Html Css Color HEX #9B5644 Sepia

📋 copy color: '#9B5644'

red 155 ◦ green 86 ◦ blue 68

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

Shades of Sepia #9B5644

Tints of Sepia #9B5644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 50.16%
G = 27.83%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B5644 (or 0x9B5644) is known color: Sepia. HEX triplet: 9B, 56 and 44. RGB value is (155,86,68). Sum of RGB (Red+Green+Blue) = 155+86+68=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5644 is #64A9BB. Grayscale: #686868. Windows color (decimal): -6597052 or 4478619. OLE color: 4478619.

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

Color convert

RGB 155 86 68 -
CMYK 0 0.45 0.56 0.39
HSL 12.41º 0.39% 0.44% -
HSV(B) 12.41º 0.56% 0.61% -
XYZ 17.89 14.04 7.24 -
YUV 104.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 155 86 68 0 0.45 0.56 0.39 12.41 0.39 0.44
Hex 9B 56 44 0 2D 38 27 C 27 2C
Octal 233 126 104 0 55 70 47 14 47 54
Binary 10011011 1010110 1000100 0 101101 111000 100111 1100 100111 101100

Color Harmonies of #9B5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5644

Black with #9B5644

Text Example


Text Example

White with #9B5644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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