#B66C36

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

Shades of Reno Sand #B66C36

Tints of Reno Sand #B66C36

Color information

#B66C36 (or 0xB66C36) is unknown color: approx Reno Sand. HEX triplet: B6, 6C and 36. RGB value is (182,108,54). Sum of RGB (Red+Green+Blue) = 182+108+54=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C36 is #4993C9. Grayscale: #7C7C7C. Windows color (decimal): -4821962 or 3566774. OLE color: 3566774.

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

Color convert

RGB18210854-
CMYK00.410.700.29
HSL25.31º54.24%46.27%-
HSV(B)25.31º70.33%71.37%-
XYZ25.3220.946.2-
YUV123.9788.52169.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=52.91%
G=31.40%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821085400.410.700.2925.3154.2446.27
HexB66C36029461D19362e
Octal2661546605110635316656
Binary101101101101100110110010100110001101110111001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C36; }

 p { color: rgb(182,108,54); }

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

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

 a { background-color: rgb(182,108,54); }

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

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

 span { border-color: rgb(182,108,54); }

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