#C68256

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

Shades of Burning Sand #C68256

Tints of Burning Sand #C68256

Color information

#C68256 (or 0xC68256) is unknown color: approx Burning Sand. HEX triplet: C6, 82 and 56. RGB value is (198,130,86). Sum of RGB (Red+Green+Blue) = 198+130+86=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C68256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68256 is #397DA9. Grayscale: #919191. Windows color (decimal): -3767722 or 5669574. OLE color: 5669574.

HSL color Cylindrical-coordinate representation of color #C68256: hue angle of 23.57º 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 #C68256 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19813086-
CMYK00.340.570.22
HSL23.57º49.56%55.69%-
HSV(B)23.57º56.57%77.65%-
XYZ32.9528.6412.6-
YUV145.3294.53165.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=47.83%
G=31.40%
B=20.77%

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
Decimal1981308600.340.570.2223.5749.5655.69
HexC682560223916183238
Octal3062021260427126306270
Binary1100011010000010101011001000101110011011011000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68256; }

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

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

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

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

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

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

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

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