#B68623

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

Shades of Nugget #B68623

Tints of Nugget #B68623

Color information

#B68623 (or 0xB68623) is unknown color: approx Nugget. HEX triplet: B6, 86 and 23. RGB value is (182,134,35). Sum of RGB (Red+Green+Blue) = 182+134+35=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68623 is #4979DC. Grayscale: #898989. Windows color (decimal): -4815325 or 2328246. OLE color: 2328246.

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

Color convert

RGB18213435-
CMYK00.260.810.29
HSL40.41º67.74%42.55%-
HSV(B)40.41º80.77%71.37%-
XYZ28.1227.125.34-
YUV137.0770.4160.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 35 (14.06% from 255) = 9.97%
R=51.85%
G=38.18%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821343500.260.810.2940.4167.7442.55
HexB6862301A511D28442b
Octal26620643032121355010453
Binary10110110100001101000110110101010001111011010001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68623; }

 p { color: rgb(182,134,35); }

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

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

 a { background-color: rgb(182,134,35); }

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

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

 span { border-color: rgb(182,134,35); }

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