#B66834

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

Shades of Reno Sand #B66834

Tints of Reno Sand #B66834

Color information

#B66834 (or 0xB66834) is unknown color: approx Reno Sand. HEX triplet: B6, 68 and 34. RGB value is (182,104,52). Sum of RGB (Red+Green+Blue) = 182+104+52=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B66834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66834 is #4997CB. Grayscale: #797979. Windows color (decimal): -4822988 or 3434678. OLE color: 3434678.

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

Color convert

RGB18210452-
CMYK00.430.710.29
HSL24º55.56%45.88%-
HSV(B)24º71.43%71.37%-
XYZ24.8620.095.82-
YUV121.3988.84171.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821045200.430.710.292455.5645.88
HexB6683402B471D18382e
Octal2661506405310735307056
Binary101101101101000110100010101110001111110111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66834; }

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

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

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

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

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

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

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

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