#B66810

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

Shades of Golden Brown #B66810

Tints of Golden Brown #B66810

Color information

#B66810 (or 0xB66810) is unknown color: approx Golden Brown. HEX triplet: B6, 68 and 10. RGB value is (182,104,16). Sum of RGB (Red+Green+Blue) = 182+104+16=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B66810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66810 is #4997EF. Grayscale: #757575. Windows color (decimal): -4823024 or 1075382. OLE color: 1075382.

HSL color Cylindrical-coordinate representation of color #B66810: hue angle of 31.81º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B66810 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18210416-
CMYK00.430.910.29
HSL31.81º83.84%38.82%-
HSV(B)31.81º91.21%71.37%-
XYZ24.3419.883.05-
YUV117.2970.84174.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 16 (6.64% from 255) = 5.30%
R=60.26%
G=34.44%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821041600.430.910.2931.8183.8438.82
HexB6681002B5B1D205427
Octal26615020053133354012447
Binary1011011011010001000001010111011011111011000001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66810; }

 p { color: rgb(182,104,16); }

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

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

 a { background-color: rgb(182,104,16); }

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

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

 span { border-color: rgb(182,104,16); }

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