#C68156

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

Shades of Burning Sand #C68156

Tints of Burning Sand #C68156

Color information

#C68156 (or 0xC68156) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 56. RGB value is (198,129,86). Sum of RGB (Red+Green+Blue) = 198+129+86=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68156 is #397EA9. Grayscale: #909090. Windows color (decimal): -3767978 or 5669318. OLE color: 5669318.

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

Color convert

RGB19812986-
CMYK00.350.570.22
HSL23.04º49.56%55.69%-
HSV(B)23.04º56.57%77.65%-
XYZ32.8228.3812.55-
YUV144.7394.86166-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=47.94%
G=31.23%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981298600.350.570.2223.0449.5655.69
HexC681560233916173238
Octal3062011260437126276270
Binary1100011010000001101011001000111110011011010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68156; }

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

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

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

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

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

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

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

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