#B6753C

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

Shades of Reno Sand #B6753C

Tints of Reno Sand #B6753C

Color information

#B6753C (or 0xB6753C) is unknown color: approx Reno Sand. HEX triplet: B6, 75 and 3C. RGB value is (182,117,60). Sum of RGB (Red+Green+Blue) = 182+117+60=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6753C is #498AC3. Grayscale: #828282. Windows color (decimal): -4819652 or 3962294. OLE color: 3962294.

HSL color Cylindrical-coordinate representation of color #B6753C: hue angle of 28.03º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6753C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18211760-
CMYK00.360.670.29
HSL28.03º50.41%47.45%-
HSV(B)28.03º67.03%71.37%-
XYZ26.4722.997.32-
YUV129.9488.53165.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=50.70%
G=32.59%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821176000.360.670.2928.0350.4147.45
HexB6753C024431D1c322f
Octal2661657404410335346257
Binary101101101110101111100010010010000111110111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6753C; }

 p { color: rgb(182,117,60); }

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

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

 a { background-color: rgb(182,117,60); }

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

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

 span { border-color: rgb(182,117,60); }

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