#B98660

Color #B98660 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #B98660

Tints of Twine #B98660

Color information

#B98660 (or 0xB98660) is unknown color: approx Twine. HEX triplet: B9, 86 and 60. RGB value is (185,134,96). Sum of RGB (Red+Green+Blue) = 185+134+96=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98660 is #46799F. Grayscale: #919191. Windows color (decimal): -4618656 or 6325945. OLE color: 6325945.

HSL color Cylindrical-coordinate representation of color #B98660: hue angle of 25.62º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B98660 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18513496-
CMYK00.280.480.27
HSL25.62º38.86%55.1%-
HSV(B)25.62º48.11%72.55%-
XYZ30.6428.2114.9-
YUV144.92100.4156.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=44.58%
G=32.29%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851349600.280.480.2725.6238.8655.1
HexB9866001C301B1a2737
Octal2712061400346033324767
Binary101110011000011011000000111001100001101111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98660; }

 p { color: rgb(185,134,96); }

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

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

 a { background-color: rgb(185,134,96); }

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

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

 span { border-color: rgb(185,134,96); }

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