#B9653D

Color #B9653D Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B9653D

Tints of Smoke Tree #B9653D

Color information

#B9653D (or 0xB9653D) is unknown color: approx Smoke Tree. HEX triplet: B9, 65 and 3D. RGB value is (185,101,61). Sum of RGB (Red+Green+Blue) = 185+101+61=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9653D is #469AC2. Grayscale: #797979. Windows color (decimal): -4627139 or 4023737. OLE color: 4023737.

HSL color Cylindrical-coordinate representation of color #B9653D: hue angle of 19.35º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9653D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18510161-
CMYK00.450.670.27
HSL19.35º50.41%48.24%-
HSV(B)19.35º67.03%72.55%-
XYZ25.519.966.92-
YUV121.5693.83173.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=53.31%
G=29.11%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851016100.450.670.2719.3550.4148.24
HexB9653D02D431B133230
Octal2711457505510333236260
Binary101110011100101111101010110110000111101110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9653D; }

 p { color: rgb(185,101,61); }

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

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

 a { background-color: rgb(185,101,61); }

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

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

 span { border-color: rgb(185,101,61); }

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