#C68356

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

Shades of Burning Sand #C68356

Tints of Burning Sand #C68356

Color information

#C68356 (or 0xC68356) is unknown color: approx Burning Sand. HEX triplet: C6, 83 and 56. RGB value is (198,131,86). Sum of RGB (Red+Green+Blue) = 198+131+86=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C68356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68356 is #397CA9. Grayscale: #929292. Windows color (decimal): -3767466 or 5669830. OLE color: 5669830.

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

Color convert

RGB19813186-
CMYK00.340.570.22
HSL24.11º49.56%55.69%-
HSV(B)24.11º56.57%77.65%-
XYZ33.0828.9112.64-
YUV145.994.2165.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=47.71%
G=31.57%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981318600.340.570.2224.1149.5655.69
HexC683560223916183238
Octal3062031260427126306270
Binary1100011010000011101011001000101110011011011000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68356; }

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

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

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

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

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

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

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

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