#C06439

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

Shades of Smoke Tree #C06439

Tints of Smoke Tree #C06439

Color information

#C06439 (or 0xC06439) is unknown color: approx Smoke Tree. HEX triplet: C0, 64 and 39. RGB value is (192,100,57). Sum of RGB (Red+Green+Blue) = 192+100+57=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C06439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06439 is #3F9BC6. Grayscale: #7A7A7A. Windows color (decimal): -4168647 or 3761344. OLE color: 3761344.

HSL color Cylindrical-coordinate representation of color #C06439: hue angle of 19.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C06439 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19210057-
CMYK00.480.700.25
HSL19.11º54.22%48.82%-
HSV(B)19.11º70.31%75.29%-
XYZ27.0320.626.43-
YUV122.6190.98177.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=55.01%
G=28.65%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921005700.480.700.2519.1154.2248.82
HexC064390304619133631
Octal3001447106010631236661
Binary110000001100100111001011000010001101100110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06439; }

 p { color: rgb(192,100,57); }

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

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

 a { background-color: rgb(192,100,57); }

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

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

 span { border-color: rgb(192,100,57); }

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