#B36633

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

Shades of Reno Sand #B36633

Tints of Reno Sand #B36633

Color information

#B36633 (or 0xB36633) is unknown color: approx Reno Sand. HEX triplet: B3, 66 and 33. RGB value is (179,102,51). Sum of RGB (Red+Green+Blue) = 179+102+51=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B36633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36633 is #4C99CC. Grayscale: #777777. Windows color (decimal): -5020109 or 3368627. OLE color: 3368627.

HSL color Cylindrical-coordinate representation of color #B36633: hue angle of 23.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B36633 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17910251-
CMYK00.430.720.30
HSL23.91º55.65%45.1%-
HSV(B)23.91º71.51%70.2%-
XYZ23.9419.335.6-
YUV119.2189.51170.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=53.92%
G=30.72%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791025100.430.720.3023.9155.6545.1
HexB3663302B481E18382d
Octal2631466305311036307055
Binary101100111100110110011010101110010001111011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36633; }

 p { color: rgb(179,102,51); }

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

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

 a { background-color: rgb(179,102,51); }

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

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

 span { border-color: rgb(179,102,51); }

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