#B66612

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

Shades of Golden Brown #B66612

Tints of Golden Brown #B66612

Color information

#B66612 (or 0xB66612) is unknown color: approx Golden Brown. HEX triplet: B6, 66 and 12. RGB value is (182,102,18). Sum of RGB (Red+Green+Blue) = 182+102+18=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B66612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66612 is #4999ED. Grayscale: #747474. Windows color (decimal): -4823534 or 1205942. OLE color: 1205942.

HSL color Cylindrical-coordinate representation of color #B66612: hue angle of 30.73º 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 #B66612 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18210218-
CMYK00.440.900.29
HSL30.73º82%39.22%-
HSV(B)30.73º90.11%71.37%-
XYZ24.1519.493.06-
YUV116.3472.5174.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=60.26%
G=33.77%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821021800.440.900.2930.738239.22
HexB6661202C5A1D1f5227
Octal26614622054132353712247
Binary101101101100110100100101100101101011101111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66612; }

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

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

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

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

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

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

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

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