#C68465

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

Shades of Burning Sand #C68465

Tints of Burning Sand #C68465

Color information

#C68465 (or 0xC68465) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 65. RGB value is (198,132,101). Sum of RGB (Red+Green+Blue) = 198+132+101=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C68465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68465 is #397B9A. Grayscale: #949494. Windows color (decimal): -3767195 or 6653126. OLE color: 6653126.

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

Color convert

RGB198132101-
CMYK00.330.490.22
HSL19.18º45.97%58.63%-
HSV(B)19.18º48.99%77.65%-
XYZ33.8929.4516.21-
YUV148.2101.37163.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=45.94%
G=30.63%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813210100.330.490.2219.1845.9758.63
HexC684650213116132e3b
Octal3062041450416126235673
Binary1100011010000100110010101000011100011011010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68465; }

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

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

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

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

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

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

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

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