#9B7D68

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

Shades of Sorrell Brown #9B7D68

Tints of Sorrell Brown #9B7D68

Color information

#9B7D68 (or 0x9B7D68) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 7D and 68. RGB value is (155,125,104). Sum of RGB (Red+Green+Blue) = 155+125+104=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D68 is #648297. Grayscale: #838383. Windows color (decimal): -6587032 or 6847899. OLE color: 6847899.

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

Color convert

RGB155125104-
CMYK00.190.330.39
HSL24.71º20.32%50.78%-
HSV(B)24.71º32.9%60.78%-
XYZ23.3522.6416.24-
YUV131.58112.44144.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=40.36%
G=32.55%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512510400.190.330.3924.7120.3250.78
Hex9B7D680132127191433
Octal2331751500234147312463
Binary10011011111110111010000100111000011001111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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