#C06539

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

Shades of Smoke Tree #C06539

Tints of Smoke Tree #C06539

Color information

#C06539 (or 0xC06539) is unknown color: approx Smoke Tree. HEX triplet: C0, 65 and 39. RGB value is (192,101,57). Sum of RGB (Red+Green+Blue) = 192+101+57=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06539 is #3F9AC6. Grayscale: #7B7B7B. Windows color (decimal): -4168391 or 3761600. OLE color: 3761600.

HSL color Cylindrical-coordinate representation of color #C06539: hue angle of 19.56º 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 #C06539 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19210157-
CMYK00.470.700.25
HSL19.56º54.22%48.82%-
HSV(B)19.56º70.31%75.29%-
XYZ27.1320.816.46-
YUV123.1990.65177.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=54.86%
G=28.86%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921015700.470.700.2519.5654.2248.82
HexC0653902F4619143631
Octal3001457105710631246661
Binary110000001100101111001010111110001101100110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06539; }

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

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

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

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

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

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

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

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