Html Css Color HEX #9B8465 Sorrell Brown

📋 copy color: '#9B8465'

red 155 ◦ green 132 ◦ blue 101

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

Shades of Sorrell Brown #9B8465

Tints of Sorrell Brown #9B8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 39.95%
G = 34.02%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B8465 (or 0x9B8465) is known color: Sorrell Brown. HEX triplet: 9B, 84 and 65. RGB value is (155,132,101). Sum of RGB (Red+Green+Blue) = 155+132+101=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8465 is #647B9A. Grayscale: #878787. Windows color (decimal): -6585243 or 6653083. OLE color: 6653083.

HSL color Cylindrical-coordinate representation of color #9B8465: hue angle of 34.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8465 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 132 101 -
CMYK 0 0.15 0.35 0.39
HSL 34.44º 0.21% 0.5% -
HSV(B) 34.44º 0.35% 0.61% -
XYZ 24.12 24.41 15.75 -
YUV 135.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 155 132 101 0 0.15 0.35 0.39 34.44 0.21 0.5
Hex 9B 84 65 0 F 23 27 22 15 32
Octal 233 204 145 0 17 43 47 42 25 62
Binary 10011011 10000100 1100101 0 1111 100011 100111 100010 10101 110010

Color Harmonies of #9B8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8465

Black with #9B8465

Text Example


Text Example

White with #9B8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,132,101); }

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

background-color css

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

 a { background-color: rgb(155,132,101); }

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

border-color css

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

 span { border-color: rgb(155,132,101); }

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