#B66512

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

Shades of Golden Brown #B66512

Tints of Golden Brown #B66512

Color information

#B66512 (or 0xB66512) is unknown color: approx Golden Brown. HEX triplet: B6, 65 and 12. RGB value is (182,101,18). Sum of RGB (Red+Green+Blue) = 182+101+18=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B66512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66512 is #499AED. Grayscale: #747474. Windows color (decimal): -4823790 or 1205686. OLE color: 1205686.

HSL color Cylindrical-coordinate representation of color #B66512: hue angle of 30.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66512 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18210118-
CMYK00.450.900.29
HSL30.37º82%39.22%-
HSV(B)30.37º90.11%71.37%-
XYZ24.0519.33.03-
YUV115.7672.84175.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.47%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=60.47%
G=33.55%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821011800.450.900.2930.378239.22
HexB6651202D5A1D1e5227
Octal26614522055132353612247
Binary101101101100101100100101101101101011101111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66512; }

 p { color: rgb(182,101,18); }

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

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

 a { background-color: rgb(182,101,18); }

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

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

 span { border-color: rgb(182,101,18); }

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