#B6680D

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

Shades of Golden Brown #B6680D

Tints of Golden Brown #B6680D

Color information

#B6680D (or 0xB6680D) is unknown color: approx Golden Brown. HEX triplet: B6, 68 and 0D. RGB value is (182,104,13). Sum of RGB (Red+Green+Blue) = 182+104+13=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6680D is #4997F2. Grayscale: #757575. Windows color (decimal): -4823027 or 878774. OLE color: 878774.

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

Color convert

RGB18210413-
CMYK00.430.930.29
HSL32.31º86.67%38.24%-
HSV(B)32.31º92.86%71.37%-
XYZ24.3119.872.94-
YUV116.9569.34174.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=60.87%
G=34.78%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821041300.430.930.2932.3186.6738.24
HexB668D02B5D1D205726
Octal26615015053135354012746
Binary101101101101000110101010111011101111011000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6680D; }

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

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

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

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

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

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

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

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