#B06836

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

Shades of Reno Sand #B06836

Tints of Reno Sand #B06836

Color information

#B06836 (or 0xB06836) is unknown color: approx Reno Sand. HEX triplet: B0, 68 and 36. RGB value is (176,104,54). Sum of RGB (Red+Green+Blue) = 176+104+54=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B06836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06836 is #4F97C9. Grayscale: #787878. Windows color (decimal): -5216202 or 3565744. OLE color: 3565744.

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

Color convert

RGB17610454-
CMYK00.410.690.31
HSL24.59º53.04%45.1%-
HSV(B)24.59º69.32%69.02%-
XYZ23.5219.45.99-
YUV119.8390.85168.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=52.69%
G=31.14%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761045400.410.690.3124.5953.0445.1
HexB06836029451F19352d
Octal2601506605110537316555
Binary101100001101000110110010100110001011111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06836; }

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

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

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

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

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

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

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

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