#916F4B

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

Shades of Pale Brown #916F4B

Tints of Pale Brown #916F4B

Color information

#916F4B (or 0x916F4B) is unknown color: approx Pale Brown. HEX triplet: 91, 6F and 4B. RGB value is (145,111,75). Sum of RGB (Red+Green+Blue) = 145+111+75=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F4B is #6E90B4. Grayscale: #757575. Windows color (decimal): -7246005 or 4943761. OLE color: 4943761.

HSL color Cylindrical-coordinate representation of color #916F4B: hue angle of 30.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916F4B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14511175-
CMYK00.230.480.43
HSL30.86º31.82%43.14%-
HSV(B)30.86º48.28%56.86%-
XYZ18.6317.99.13-
YUV117.06104.26147.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=43.81%
G=33.53%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451117500.230.480.4330.8631.8243.14
Hex916F4B017302B1f202b
Octal2211571130276053374053
Binary100100011101111100101101011111000010101111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F4B; }

 p { color: rgb(145,111,75); }

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

<style>
 a { background-color: #916F4B; }

 a { background-color: rgb(145,111,75); }

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

<style>
 span { border-color: #916F4B; }

 span { border-color: rgb(145,111,75); }

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