#B06821

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

Shades of Reno Sand #B06821

Tints of Reno Sand #B06821

Color information

#B06821 (or 0xB06821) is unknown color: approx Reno Sand. HEX triplet: B0, 68 and 21. RGB value is (176,104,33). Sum of RGB (Red+Green+Blue) = 176+104+33=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06821 is #4F97DE. Grayscale: #757575. Windows color (decimal): -5216223 or 2189488. OLE color: 2189488.

HSL color Cylindrical-coordinate representation of color #B06821: hue angle of 29.79º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B06821 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17610433-
CMYK00.410.810.31
HSL29.79º68.42%40.98%-
HSV(B)29.79º81.25%69.02%-
XYZ23.1319.243.93-
YUV117.4380.35169.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=56.23%
G=33.23%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761043300.410.810.3129.7968.4240.98
HexB06821029511F1e4429
Octal26015041051121373610451
Binary1011000011010001000010101001101000111111111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06821; }

 p { color: rgb(176,104,33); }

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

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

 a { background-color: rgb(176,104,33); }

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

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

 span { border-color: rgb(176,104,33); }

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