#9B8068

Color #9B8068 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #9B8068

Tints of Sorrell Brown #9B8068

Color information

#9B8068 (or 0x9B8068) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 80 and 68. RGB value is (155,128,104). Sum of RGB (Red+Green+Blue) = 155+128+104=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8068 is #647F97. Grayscale: #858585. Windows color (decimal): -6586264 or 6848667. OLE color: 6848667.

HSL color Cylindrical-coordinate representation of color #9B8068: hue angle of 28.24º 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 #9B8068 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB155128104-
CMYK00.170.330.39
HSL28.24º20.32%50.78%-
HSV(B)28.24º32.9%60.78%-
XYZ23.7423.4116.36-
YUV133.34111.45143.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=40.05%
G=33.07%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512810400.170.330.3928.2420.3250.78
Hex9B806801121271c1433
Octal2332001500214147342463
Binary100110111000000011010000100011000011001111110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B8068;
 }
 .AnyTagClassName
 {
   color: #9B8068;
 }
</style>
background-color css

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

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

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

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

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

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