Html Css Color HEX #9B6041 Sepia

📋 copy color: '#9B6041'

red 155 ◦ green 96 ◦ blue 65

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

Shades of Sepia #9B6041

Tints of Sepia #9B6041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 49.05%
G = 30.38%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B6041 (or 0x9B6041) is known color: Sepia. HEX triplet: 9B, 60 and 41. RGB value is (155,96,65). Sum of RGB (Red+Green+Blue) = 155+96+65=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6041 is #649FBE. Grayscale: #6E6E6E. Windows color (decimal): -6594495 or 4284571. OLE color: 4284571.

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

Color convert

RGB 155 96 65 -
CMYK 0 0.38 0.58 0.39
HSL 20.67º 0.41% 0.43% -
HSV(B) 20.67º 0.58% 0.61% -
XYZ 18.65 15.72 7.05 -
YUV 110.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 155 96 65 0 0.38 0.58 0.39 20.67 0.41 0.43
Hex 9B 60 41 0 26 3A 27 15 29 2B
Octal 233 140 101 0 46 72 47 25 51 53
Binary 10011011 1100000 1000001 0 100110 111010 100111 10101 101001 101011

Color Harmonies of #9B6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6041

Black with #9B6041

Text Example


Text Example

White with #9B6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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