Html Css Color HEX #9B8268 Sorrell Brown

📋 copy color: '#9B8268'

red 155 ◦ green 130 ◦ blue 104

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

Shades of Sorrell Brown #9B8268

Tints of Sorrell Brown #9B8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 39.85%
G = 33.42%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B8268 (or 0x9B8268) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 68. RGB value is (155,130,104). Sum of RGB (Red+Green+Blue) = 155+130+104=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8268 is #647D97. Grayscale: #868686. Windows color (decimal): -6585752 or 6849179. OLE color: 6849179.

HSL color Cylindrical-coordinate representation of color #9B8268: hue angle of 30.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8268 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 104 -
CMYK 0 0.16 0.33 0.39
HSL 30.59º 0.2% 0.51% -
HSV(B) 30.59º 0.33% 0.61% -
XYZ 24 23.93 16.45 -
YUV 134.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 155 130 104 0 0.16 0.33 0.39 30.59 0.2 0.51
Hex 9B 82 68 0 10 21 27 1F 14 33
Octal 233 202 150 0 20 41 47 37 24 63
Binary 10011011 10000010 1101000 0 10000 100001 100111 11111 10100 110011

Color Harmonies of #9B8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8268

Black with #9B8268

Text Example


Text Example

White with #9B8268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,104); }

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

background-color css

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

 a { background-color: rgb(155,130,104); }

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

border-color css

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

 span { border-color: rgb(155,130,104); }

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