#B66734

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

Shades of Reno Sand #B66734

Tints of Reno Sand #B66734

Color information

#B66734 (or 0xB66734) is unknown color: approx Reno Sand. HEX triplet: B6, 67 and 34. RGB value is (182,103,52). Sum of RGB (Red+Green+Blue) = 182+103+52=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B66734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66734 is #4998CB. Grayscale: #797979. Windows color (decimal): -4823244 or 3434422. OLE color: 3434422.

HSL color Cylindrical-coordinate representation of color #B66734: hue angle of 23.54º 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 #B66734 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18210352-
CMYK00.430.710.29
HSL23.54º55.56%45.88%-
HSV(B)23.54º71.43%71.37%-
XYZ24.7619.895.78-
YUV120.8189.17171.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=54.01%
G=30.56%
B=15.43%

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
Decimal1821035200.430.710.2923.5455.5645.88
HexB6673402B471D18382e
Octal2661476405310735307056
Binary101101101100111110100010101110001111110111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66734; }

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

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

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

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

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

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

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

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