#C68466

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

Shades of Burning Sand #C68466

Tints of Burning Sand #C68466

Color information

#C68466 (or 0xC68466) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 66. RGB value is (198,132,102). Sum of RGB (Red+Green+Blue) = 198+132+102=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68466 is #397B99. Grayscale: #949494. Windows color (decimal): -3767194 or 6718662. OLE color: 6718662.

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

Color convert

RGB198132102-
CMYK00.330.480.22
HSL18.75º45.71%58.82%-
HSV(B)18.75º48.48%77.65%-
XYZ33.9429.4716.47-
YUV148.31101.87163.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=45.83%
G=30.56%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813210200.330.480.2218.7545.7158.82
HexC684660213016132e3b
Octal3062041460416026235673
Binary1100011010000100110011001000011100001011010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68466; }

 p { color: rgb(198,132,102); }

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

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

 a { background-color: rgb(198,132,102); }

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

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

 span { border-color: rgb(198,132,102); }

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