#C68968

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

Shades of Burning Sand #C68968

Tints of Burning Sand #C68968

Color information

#C68968 (or 0xC68968) is unknown color: approx Burning Sand. HEX triplet: C6, 89 and 68. RGB value is (198,137,104). Sum of RGB (Red+Green+Blue) = 198+137+104=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C68968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68968 is #397697. Grayscale: #979797. Windows color (decimal): -3765912 or 6851014. OLE color: 6851014.

HSL color Cylindrical-coordinate representation of color #C68968: hue angle of 21.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68968 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198137104-
CMYK00.310.470.22
HSL21.06º45.19%59.22%-
HSV(B)21.06º47.47%77.65%-
XYZ34.7330.917.23-
YUV151.48101.21161.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=45.10%
G=31.21%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813710400.310.470.2221.0645.1959.22
HexC6896801F2F16152d3b
Octal3062111500375726255573
Binary110001101000100111010000111111011111011010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68968; }

 p { color: rgb(198,137,104); }

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

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

 a { background-color: rgb(198,137,104); }

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

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

 span { border-color: rgb(198,137,104); }

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