#C68365

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

Shades of Burning Sand #C68365

Tints of Burning Sand #C68365

Color information

#C68365 (or 0xC68365) is unknown color: approx Burning Sand. HEX triplet: C6, 83 and 65. RGB value is (198,131,101). Sum of RGB (Red+Green+Blue) = 198+131+101=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68365 is #397C9A. Grayscale: #939393. Windows color (decimal): -3767451 or 6652870. OLE color: 6652870.

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

Color convert

RGB198131101-
CMYK00.340.490.22
HSL18.56º45.97%58.63%-
HSV(B)18.56º48.99%77.65%-
XYZ33.7529.1816.16-
YUV147.61101.7163.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=46.05%
G=30.47%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813110100.340.490.2218.5645.9758.63
HexC683650223116132e3b
Octal3062031450426126235673
Binary1100011010000011110010101000101100011011010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68365; }

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

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

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

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

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

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

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

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