Html Css Color HEX #9B6047 Sepia

📋 copy color: '#9B6047'

red 155 ◦ green 96 ◦ blue 71

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

Shades of Sepia #9B6047

Tints of Sepia #9B6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 48.14%
G = 29.81%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B6047 (or 0x9B6047) is known color: Sepia. HEX triplet: 9B, 60 and 47. RGB value is (155,96,71). Sum of RGB (Red+Green+Blue) = 155+96+71=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6047 is #649FB8. Grayscale: #6E6E6E. Windows color (decimal): -6594489 or 4677787. OLE color: 4677787.

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

Color convert

RGB 155 96 71 -
CMYK 0 0.38 0.54 0.39
HSL 17.86º 0.37% 0.44% -
HSV(B) 17.86º 0.54% 0.61% -
XYZ 18.84 15.79 8.02 -
YUV 110.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 155 96 71 0 0.38 0.54 0.39 17.86 0.37 0.44
Hex 9B 60 47 0 26 36 27 12 25 2C
Octal 233 140 107 0 46 66 47 22 45 54
Binary 10011011 1100000 1000111 0 100110 110110 100111 10010 100101 101100

Color Harmonies of #9B6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6047

Black with #9B6047

Text Example


Text Example

White with #9B6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,71); }

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

background-color css

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

 a { background-color: rgb(155,96,71); }

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

border-color css

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

 span { border-color: rgb(155,96,71); }

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