#C6836E

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

Shades of Burning Sand #C6836E

Tints of Burning Sand #C6836E

Color information

#C6836E (or 0xC6836E) is unknown color: approx Burning Sand. HEX triplet: C6, 83 and 6E. RGB value is (198,131,110). Sum of RGB (Red+Green+Blue) = 198+131+110=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6836E is #397C91. Grayscale: #949494. Windows color (decimal): -3767442 or 7242694. OLE color: 7242694.

HSL color Cylindrical-coordinate representation of color #C6836E: hue angle of 14.32º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6836E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198131110-
CMYK00.340.440.22
HSL14.32º43.56%60.39%-
HSV(B)14.32º44.44%77.65%-
XYZ34.2229.3618.62-
YUV148.64106.2163.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=45.10%
G=29.84%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813111000.340.440.2214.3243.5660.39
HexC6836E0222C16e2c3c
Octal3062031560425426165474
Binary110001101000001111011100100010101100101101110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6836E; }

 p { color: rgb(198,131,110); }

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

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

 a { background-color: rgb(198,131,110); }

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

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

 span { border-color: rgb(198,131,110); }

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