#C68665

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

Shades of Burning Sand #C68665

Tints of Burning Sand #C68665

Color information

#C68665 (or 0xC68665) is unknown color: approx Burning Sand. HEX triplet: C6, 86 and 65. RGB value is (198,134,101). Sum of RGB (Red+Green+Blue) = 198+134+101=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68665 is #39799A. Grayscale: #959595. Windows color (decimal): -3766683 or 6653638. OLE color: 6653638.

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

Color convert

RGB198134101-
CMYK00.320.490.22
HSL20.41º45.97%58.63%-
HSV(B)20.41º48.99%77.65%-
XYZ34.163016.3-
YUV149.37100.7162.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=45.73%
G=30.95%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813410100.320.490.2220.4145.9758.63
HexC686650203116142e3b
Octal3062061450406126245673
Binary1100011010000110110010101000001100011011010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68665; }

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

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

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

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

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

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

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

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