#9B754E

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

Shades of Pale Brown #9B754E

Tints of Pale Brown #9B754E

Color information

#9B754E (or 0x9B754E) is unknown color: approx Pale Brown. HEX triplet: 9B, 75 and 4E. RGB value is (155,117,78). Sum of RGB (Red+Green+Blue) = 155+117+78=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B754E is #648AB1. Grayscale: #7C7C7C. Windows color (decimal): -6589106 or 5141915. OLE color: 5141915.

HSL color Cylindrical-coordinate representation of color #9B754E: hue angle of 30.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B754E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15511778-
CMYK00.250.500.39
HSL30.39º33.05%45.69%-
HSV(B)30.39º49.68%60.78%-
XYZ21.2520.249.99-
YUV123.92102.09150.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=44.29%
G=33.43%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551177800.250.500.3930.3933.0545.69
Hex9B754E01932271e212e
Octal2331651160316247364156
Binary100110111110101100111001100111001010011111110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,78); }

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

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

 a { background-color: rgb(155,117,78); }

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

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

 span { border-color: rgb(155,117,78); }

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